Skip to content

Commit

Permalink
fix-button (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Sep 2, 2024
1 parent 48fedab commit 4050e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ function Header() {
</div>
<div className='mt-[54px] relative flex items-center justify-center'>
<Link
href='#register'
href='#tickets'
>
<Button className='w-[250px]'>Register now</Button>
<Button className='w-[250px]'>Register Now</Button>
</Link>
</div>
</div>
Expand Down

0 comments on commit 4050e68

Please sign in to comment.