Skip to content

Commit ac0fb69

Browse files
Merge branch 'main' into new-apply
2 parents 69d5204 + 46432fd commit ac0fb69

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can contribute by:
4343

4444
If you want to get in touch with us first before contributing, you can use:
4545

46-
* [AOSSIE Discord Channel](https://discord.com/invite/6mFZ2S846n)
46+
* [AOSSIE Discord Channel](https://discord.gg/hjUhu33uAn)
4747

4848

4949
# **License**

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Footer() {
4242
<Link aria-label="Follow on GitHub" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://github.com/AOSSIE-Org'>
4343
<FontAwesomeIcon icon={faGithub} size='xl' />
4444
</Link>
45-
<Link aria-label="Join on Discord" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://discord.com/invite/6mFZ2S846n'>
45+
<Link aria-label="Join on Discord" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://discord.gg/hjUhu33uAn'>
4646
<FontAwesomeIcon icon={faDiscord} size='xl' />
4747
</Link>
4848
<Link aria-label="Follow on Twitter" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://twitter.com/aossie_org'>

src/pages/apply.jsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function About() {
113113
title="Join us on Discord"
114114
description="Join the AOSSIE community on Discord and connect with other developers, mentors, and organizers. Our Discord server is a great place to ask questions, share ideas, and get support throughout the Google Summer of Code application process. From proposal writing tips to coding advice, our community is here to help you succeed. Don't go through the process alone, join us on Discord now!"
115115
button="Join Discord"
116-
link="https://discord.com/invite/6mFZ2S846n"
116+
link="https://discord.gg/hjUhu33uAn"
117117
/>
118118
<TimelineElement
119119
title="Start Contributing"
@@ -144,12 +144,7 @@ export default function About() {
144144
<div className="mt-10 flex justify-center gap-6 flex-col sm:flex-row">
145145
<Link className="order-1 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/">
146146
<span className="font-mono font-semibold text-center">
147-
View 2024 Program Announcements
148-
</span>
149-
</Link>
150-
<Link className="order-2 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/programs/2024">
151-
<span className="font-mono font-semibold text-center">
152-
View 2024 Program Timeline
147+
View GSoC Program Announcements
153148
</span>
154149
</Link>
155150
</div>

src/pages/index.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Home() {
8383
<Link
8484
aria-label="Join on Discord"
8585
className="text-zinc-500 transition hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400"
86-
href="https://discord.com/invite/6mFZ2S846n"
86+
href="https://discord.gg/hjUhu33uAn"
8787
>
8888
<FontAwesomeIcon icon={faDiscord} size="2xl" />
8989
</Link>
@@ -110,8 +110,6 @@ export default function Home() {
110110
></span>
111111
</Link>
112112
</div>
113-
114-
115113
</div>
116114
</div>
117115
</div>

0 commit comments

Comments
 (0)