Skip to content

Commit

Permalink
Removed faq page and related links
Browse files Browse the repository at this point in the history
  • Loading branch information
gabros20 committed Feb 5, 2025
1 parent 965f283 commit 2e7dbc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 49 deletions.
32 changes: 0 additions & 32 deletions src/app/faq/page.js

This file was deleted.

30 changes: 13 additions & 17 deletions src/data/global/footer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import XTwitterSVG from "@/macros/SVGs/XTwitterSVG";
import DiscordSVG from "@/macros/SVGs/DiscordSVG";
import TelegramSVG from "@/macros/SVGs/TelegramSVG";
import RedditSVG from "@/macros/SVGs/RedditSVG";
import GithubSVG from "@/macros/SVGs/GithubSVG";
import ForumSVG from "@/macros/SVGs/ForumSVG";
import GithubSVG from "@/macros/SVGs/GithubSVG";
import RedditSVG from "@/macros/SVGs/RedditSVG";
import TelegramSVG from "@/macros/SVGs/TelegramSVG";
import XTwitterSVG from "@/macros/SVGs/XTwitterSVG";

const footerData = () => {
const columns = [
Expand All @@ -21,10 +21,6 @@ const footerData = () => {
title: "GitHub",
url: "https://github.com/celestiaorg",
},
{
title: "FAQ",
url: "/faq",
},
],
},
{
Expand Down Expand Up @@ -68,35 +64,35 @@ const footerData = () => {
{
title: "X (Twitter)",
url: "https://x.com/celestia",
icon: XTwitterSVG
icon: XTwitterSVG,
},
{
title: "Discord",
url: "https://discord.com/invite/YsnTPcSfWQ",
icon: DiscordSVG
icon: DiscordSVG,
},
{
title: "Telegram",
url: "https://t.me/CelestiaCommunity/",
icon: TelegramSVG
icon: TelegramSVG,
},
{
title: "Reddit",
url: "https://www.reddit.com/r/CelestiaNetwork/",
icon: RedditSVG
icon: RedditSVG,
},
{
title: "GitHub",
url: "https://github.com/celestiaorg/",
icon: GithubSVG
icon: GithubSVG,
},
{
title: "Forum",
url: "https://forum.celestia.org/",
icon: ForumSVG
}
]
}
icon: ForumSVG,
},
],
},
];

return columns;
Expand Down

0 comments on commit 2e7dbc6

Please sign in to comment.