Skip to content

Commit

Permalink
force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmclaughlin committed Jan 23, 2024
1 parent 0b61089 commit 4e60345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-bugs-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bcgov-dt/www': minor
---

Update competition list to show current, upcoming and past competitions.
4 changes: 2 additions & 2 deletions apps/www/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
// ***
// ****
<html className="scroll-smooth " lang="en">
<body
className={`${montserrat.variable} ${notoSans.variable} ${notoSansMono.variable} ${notoSerif.variable} font-sans`}
Expand Down

0 comments on commit 4e60345

Please # to comment.