From 4e603453c3ddd0e71331017204076cdcbfbbc876 Mon Sep 17 00:00:00 2001 From: Sid McLaughlin Date: Tue, 23 Jan 2024 09:40:45 -0800 Subject: [PATCH] force rebuild --- .changeset/sixty-bugs-retire.md | 5 +++++ apps/www/src/app/layout.tsx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/sixty-bugs-retire.md diff --git a/.changeset/sixty-bugs-retire.md b/.changeset/sixty-bugs-retire.md new file mode 100644 index 00000000..85ead3c7 --- /dev/null +++ b/.changeset/sixty-bugs-retire.md @@ -0,0 +1,5 @@ +--- +'@bcgov-dt/www': minor +--- + +Update competition list to show current, upcoming and past competitions. diff --git a/apps/www/src/app/layout.tsx b/apps/www/src/app/layout.tsx index ed858f67..a448a5b0 100644 --- a/apps/www/src/app/layout.tsx +++ b/apps/www/src/app/layout.tsx @@ -19,11 +19,11 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - // *** + // **** // Note: smooth scrolling introduces a scroll bug where it doesn't scroll all the way to the top of the page // when navigatingd between internal links. This is addressed in header component by temporarily disabling smooth scroll when // navigating between pages - // *** + // ****