Skip to content

Commit

Permalink
discord link homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
TarushS authored Oct 28, 2024
1 parent cf77a9b commit e2c7298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home() {
<div className={styles.content}>
<h1 className={styles.header}>Welcome to EHAX.</h1>
<p className={styles.desc}>the official ethical hacking and cybersecurity society of DTU</p>
<a href="https://discord.gg/pCJ7VJfwEy" target="__blank" className={styles.discordlink}>
<a href="https://discord.gg/ZahW64GeWB" target="__blank" className={styles.discordlink}>
<Button className={styles.discordbtn}><FaDiscord size={25} /> Enter Discord!</Button>
</a>
</div>
Expand Down

0 comments on commit e2c7298

Please sign in to comment.