Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update discord links #192

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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