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 - // *** + // ****