File tree 4 files changed +13
-148
lines changed
4 files changed +13
-148
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- import XTwitterSVG from "@/macros/SVGs/XTwitterSVG" ;
2
1
import DiscordSVG from "@/macros/SVGs/DiscordSVG" ;
3
- import TelegramSVG from "@/macros/SVGs/TelegramSVG" ;
4
- import RedditSVG from "@/macros/SVGs/RedditSVG" ;
5
- import GithubSVG from "@/macros/SVGs/GithubSVG" ;
6
2
import ForumSVG from "@/macros/SVGs/ForumSVG" ;
3
+ import GithubSVG from "@/macros/SVGs/GithubSVG" ;
4
+ import RedditSVG from "@/macros/SVGs/RedditSVG" ;
5
+ import TelegramSVG from "@/macros/SVGs/TelegramSVG" ;
6
+ import XTwitterSVG from "@/macros/SVGs/XTwitterSVG" ;
7
7
8
8
const footerData = ( ) => {
9
9
const columns = [
@@ -21,10 +21,6 @@ const footerData = () => {
21
21
title : "GitHub" ,
22
22
url : "https://github.com/celestiaorg" ,
23
23
} ,
24
- {
25
- title : "FAQ" ,
26
- url : "/faq" ,
27
- } ,
28
24
] ,
29
25
} ,
30
26
{
@@ -68,35 +64,35 @@ const footerData = () => {
68
64
{
69
65
title : "X (Twitter)" ,
70
66
url : "https://x.com/celestia" ,
71
- icon : XTwitterSVG
67
+ icon : XTwitterSVG ,
72
68
} ,
73
69
{
74
70
title : "Discord" ,
75
71
url : "https://discord.com/invite/YsnTPcSfWQ" ,
76
- icon : DiscordSVG
72
+ icon : DiscordSVG ,
77
73
} ,
78
74
{
79
75
title : "Telegram" ,
80
76
url : "https://t.me/CelestiaCommunity/" ,
81
- icon : TelegramSVG
77
+ icon : TelegramSVG ,
82
78
} ,
83
79
{
84
80
title : "Reddit" ,
85
81
url : "https://www.reddit.com/r/CelestiaNetwork/" ,
86
- icon : RedditSVG
82
+ icon : RedditSVG ,
87
83
} ,
88
84
{
89
85
title : "GitHub" ,
90
86
url : "https://github.com/celestiaorg/" ,
91
- icon : GithubSVG
87
+ icon : GithubSVG ,
92
88
} ,
93
89
{
94
90
title : "Forum" ,
95
91
url : "https://forum.celestia.org/" ,
96
- icon : ForumSVG
97
- }
98
- ]
99
- }
92
+ icon : ForumSVG ,
93
+ } ,
94
+ ] ,
95
+ } ,
100
96
] ;
101
97
102
98
return columns ;
You can’t perform that action at this time.
0 commit comments