File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ function Header() {
24
24
< div className = "lg:mx-5" >
25
25
< div className = "flex flex-col md:flex-row mt-5 sm:mb-16 md:mb-10 lg:mb-0 lg:p-0 items-center" >
26
26
< a
27
-
27
+ href = "/sponsorship-deck-2025.pdf "
28
28
className = "font-clashDisplay font-bold bg-white hover:bg-gray-100 m-4 p-6 mx-5 w-80 lg:w-fit text-center text-black tracking-wider text-lg"
29
29
>
30
30
Become a Sponsor
31
31
</ a >
32
32
< a
33
- href = "https://discord.gg/open-source-community-africa-676252299093475348 "
33
+ href = "https://oscafrica.org/discord "
34
34
className = "font-clashDisplay font-bold bg-yellow-500 hover:bg-yellow-400 m-4 p-6 mx-5 w-80 lg:w-fit text-center text-black tracking-wider text-lg"
35
35
>
36
36
Become a Speaker
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function Nav() {
89
89
< div className = "flex flex-row items-center" >
90
90
< div className = "bg-white border-4 border-yellow-500 mx-2 w-60 flex sm:flex-row flex-col justify-center sm:mb-16 md:mb-10 lg:mb-0" >
91
91
< a
92
- href = "https://discord.gg/open-source-community-africa-676252299093475348 "
92
+ href = "https://oscafrica.org/discord "
93
93
className = "font-clashDisplay font-bold p-4 text-lg tracking-wider mx-5 w-fit flex items-center"
94
94
>
95
95
Register
@@ -149,7 +149,7 @@ function Nav() {
149
149
</ div >
150
150
< div className = "mx-2 flex justify-center min-w-52 bg-white border-yellow-500 border-4 my-5" >
151
151
< a
152
- href = "https://discord.gg/open-source-community-africa-676252299093475348 "
152
+ href = "https://oscafrica.org/discord "
153
153
className = "font-clashDisplay font-bold p-5 text-black tracking-wider w-full mx-5 w-fit flex items-center justify-center"
154
154
onClick = { ( ) => toggleExpansion ( ! isExpanded ) }
155
155
>
You can’t perform that action at this time.
0 commit comments