Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/LandingPage/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import GITHUB_WHITE_ICON from '@/assets/icons/github-white.png'
import PEANUT_LOGO from '@/assets/logos/peanut-logo.svg'
import TELEGRAM_ICON from '@/assets/icons/telegram-white.svg'
import X_ICON from '@/assets/icons/x-logo.svg'
import Image from 'next/image'
import Link from 'next/link'
Expand All @@ -16,7 +15,6 @@ import { DEFAULT_LOCALE, type Locale } from '@/i18n/types'
const NAV_LINK = 'text-xl font-bold text-white'

const SOCIALS = [
{ href: 'https://t.me/clubpeanut', label: 'Join us on Telegram', icon: TELEGRAM_ICON, alt: 'Telegram' },
{ href: 'https://x.com/joinpeanut', label: 'Follow us on X', icon: X_ICON, alt: 'X' },
{ href: 'https://github.com/peanutprotocol', label: 'View our GitHub', icon: GITHUB_WHITE_ICON, alt: 'GitHub' },
]
Expand Down
Loading