File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,7 @@ function Footer(props) {
13
13
< text className = "font-clashDisplayVariable font-black p-2 m-2" > Connect:</ text >
14
14
</ div >
15
15
< div className = "flex flex-row flex-wrap justify-center" >
16
- < a
17
- href = "https://oscafrica.org/discord"
18
- className = "font-clashDisplay text-gray p-2 m-2"
19
- >
16
+ < a href = "https://oscafrica.org/discord" className = "font-clashDisplay text-gray p-2 m-2" >
20
17
Discord
21
18
</ a >
22
19
< a href = "https://linkedin.com/company/oscafrica/" className = "font-clashDisplay text-gray p-2 m-2" >
@@ -28,10 +25,7 @@ function Footer(props) {
28
25
< a href = "https://instagram.com/oscafrica/" className = "font-clashDisplay text-gray p-2 m-2" >
29
26
Instagram
30
27
</ a >
31
- < a
32
- href = "https://youtube.com/@OpenSourceCommunityAfrica"
33
- className = "font-clashDisplay text-gray p-2 m-2"
34
- >
28
+ < a href = "https://youtube.com/@OpenSourceCommunityAfrica" className = "font-clashDisplay text-gray p-2 m-2" >
35
29
Youtube
36
30
</ a >
37
31
</ div >
You can’t perform that action at this time.
0 commit comments