From c4952af30b7e94024e43f9e65662387ec84b6d34 Mon Sep 17 00:00:00 2001 From: C Date: Tue, 31 Jan 2023 06:53:23 +0900 Subject: [PATCH] Update Footer.tsx --- src/components/Footer.tsx | 232 +++++++++++++++++++------------------- 1 file changed, 115 insertions(+), 117 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index ea86582e2..51a23d8f9 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -4,129 +4,127 @@ export const Footer: FC = () => { return (
-
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ © 2023 Solana Foundation +
+
-
+
+
SOLANA
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
- -
- © 2023 Solana Foundation -
-
- -
-
SOLANA
+
+ + Website + + + Foundation + + + Github + + +
+
-
- - Website - - - Foundation - - - Github - - -
-
+
+
DEVELOPERS
-
-
DEVELOPERS
+
+ + Documentation + + + Playground + + + Cookbook + + -
- - Documentation - - - Playground - - - Cookbook - - +
+
-
-
+
+
ECOSYSTEM
-
-
ECOSYSTEM
- -
- - News - - - Events - - - Youtube - -
-
-
-
-
+
+ + News + + + Events + + + Youtube + +
+
+ + + - ); + ); };