Skip to content

Commit 3edfa59

Browse files
committed
Fix prettier
1 parent fd04ffa commit 3edfa59

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/components/2025/footer.js

+2-8
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ function Footer(props) {
1313
<text className="font-clashDisplayVariable font-black p-2 m-2">Connect:</text>
1414
</div>
1515
<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">
2017
Discord &nbsp;
2118
</a>
2219
<a href="https://linkedin.com/company/oscafrica/" className="font-clashDisplay text-gray p-2 m-2">
@@ -28,10 +25,7 @@ function Footer(props) {
2825
<a href="https://instagram.com/oscafrica/" className="font-clashDisplay text-gray p-2 m-2">
2926
Instagram &nbsp;
3027
</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">
3529
Youtube &nbsp;
3630
</a>
3731
</div>

0 commit comments

Comments
 (0)