Skip to content

Commit

Permalink
fix: homepage overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
surajgoraya authored Oct 28, 2024
1 parent 84661b1 commit c2bfe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(regular)/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export default function Home() {
>
<p>
{`Workshop registration is now open, please take a look at the
registration instructions here: `}
registration instructions `}
<Link
href={
"https://assets24.sigaccess.org/attending/registration/#workshop-registration"
}
>
{`https://assets24.sigaccess.org/attending/registration/#workshop-registration`}
{`here on the Registration information page.`}
</Link>
</p>
</Alert>
Expand Down

0 comments on commit c2bfe2e

Please sign in to comment.