Skip to content

Commit

Permalink
✨ Submit
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Dec 16, 2023
1 parent c532dd0 commit 3d3e095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const nextConfig = {
},
{
source: "/register",
destination: "https://lu.ma/d6564wbw",
destination: "https://dorahacks.io/hackathon/solanaspeedrun/detail",
permanent: false
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/components/navigation/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export default function Header() {
alignItems='start'
height={{ base: '2.2rem', md: '2.5rem' }}
fontSize={{ base: '14px', md: '18px' }}
href="https://lu.ma/d6564wbw"
href="https://dorahacks.io/hackathon/solanaspeedrun/detail"
className="luma-checkout--button"
>
Register
Submit
</Button>
</Flex>
);
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ export default function Home() {
variant='gradient'
// onClick={handleClickScroll}
as='a'
href='https://lu.ma/d6564wbw'
href='https://dorahacks.io/hackathon/solanaspeedrun/detail'
target={'_blank'}
>
Register
Submit
</Button>
<Button
as='a'
Expand Down

0 comments on commit 3d3e095

Please sign in to comment.