Skip to content

Commit

Permalink
fix: pre register
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Feb 19, 2025
1 parent ba39a92 commit 8ff36e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const App = () => {
<Forward
pathname={"/discord"}
title={"Discord"}
url={"https://discord.gg/hack4bengal"}
url={"https://discord.gg/GqMSgsAn9m"}
/>
}
/>
Expand Down
6 changes: 3 additions & 3 deletions src/components/private/landing/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ const Landing = () => {
</p>

<div className="home__buttons">
<Button type="outline" to={"https://discord.gg/hack4bengal"}>
<Button type="outline" to={"https://discord.gg/GqMSgsAn9m"}>
Join Discord
</Button>
<Button type="solid" isDisabled={true}>
Closed Now
<Button type="solid" to={"https://forms.gle/CxactLDHbsA6cemT7"}>
Pre Register
</Button>
</div>
</div>
Expand Down

0 comments on commit 8ff36e8

Please sign in to comment.