Skip to content

Commit

Permalink
Merge pull request #192 from uclaacm/use/discord
Browse files Browse the repository at this point in the history
Update discord links
  • Loading branch information
joshuazhu17 authored Jun 26, 2024
2 parents 6793707 + e78f948 commit 917dab8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Footer() {
{/* Socials */}
<p>Find us on Social Media</p>
<div className={styles.socialsList}>
<Link href="https://discord.com/invite/j9dgf2q" target="_blank">
<Link href="/discord" target="_blank">
<TropicalImage img={DiscordLogo} alt="Discord Redirect" />
</Link>
<Link href="https://www.instagram.com/uclacyber" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function Navbar() {
<li>
Links
<ul>
<Link href="https://discord.com/invite/j9dgf2q">
<Link href="/discord">
<li>Discord</li>
</Link>
<Link href="https://platform.acmcyber.com">
Expand Down
4 changes: 1 addition & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ export default function HomePage() {
</h1>
<div className={styles.socials}>
<button className={joinStyles.membershipForm}>
<Link href="https://discord.com/invite/j9dgf2q">
Join our Discord!
</Link>
<Link href="/discord">Join our Discord!</Link>
</button>
<button className={joinStyles.membershipForm}>
<Link href="/join">Fill out the Membership Form!</Link>
Expand Down
6 changes: 2 additions & 4 deletions pages/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Join() {
<p>
Want to join UCLA's premier cybersecurity club?{" "}
<strong>All levels of experience welcome!</strong> Join our{" "}
<a href="https://discord.com/invite/j9dgf2q" className="link">
<a href="/discord" className="link">
Discord
</a>{" "}
to stay up to date! All of our events are open to the public, so
Expand All @@ -35,9 +35,7 @@ export default function Join() {
</button>

<button className={styles.membershipForm}>
<a href="https://discord.com/invite/j9dgf2q">
Join our Discord Server
</a>
<a href="/discord">Join our Discord Server</a>
</button>

<h2>What do I have to do?</h2>
Expand Down

0 comments on commit 917dab8

Please sign in to comment.