This commit is contained in:
2026-06-25 15:44:42 +03:00
parent 2bec4f2221
commit 08a735bda5
5 changed files with 1 additions and 63 deletions

View File

@@ -6,7 +6,7 @@ import { ROUTES } from '@shared/config/routes'
import styles from './Footer.module.css'
const SOCIALS = [
{ href: '#', icon: telegram, label: 'Telegram' },
{ href: 'https://t.me/+UU4vqX4ENMJhMjBi', icon: telegram, label: 'Telegram' },
{ href: '#', icon: whatsapp, label: 'WhatsApp' },
{ href: '#', icon: instagram, label: 'Instagram' },
]