Skip to content

Commit

Permalink
test - remove discord from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby committed Jan 15, 2025
1 parent 788b03e commit 28bc188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/info-dashboard/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export const METADATA: Metadata = {

const SOCIALLINKS = [
{ href: m.metrics_footer_social_link_twitter(), iconUrl: "/x.svg" },
{
href: m.metrics_footer_social_link_discord(),
iconUrl: "/discord.svg",
},
// {
// href: m.metrics_footer_social_link_discord(),
// iconUrl: "/discord.svg",
// },
{
href: m.metrics_footer_social_link_telegram(),
iconUrl: "/telegram.svg",
Expand Down

0 comments on commit 28bc188

Please sign in to comment.