Skip to content

Commit

Permalink
add correct media links
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliiakaras committed Dec 16, 2024
1 parent 85c7d4c commit 99e9041
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
25 changes: 5 additions & 20 deletions src/app/shared/ubs-footer/footer-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,19 @@ export const ubsNavLinks = [
];

export const socialLinks = [
{
name: 'Patreon',
url: 'https://www.patreon.com/NowasteUkraine',
icon: 'assets/admin-header/patreon-icon.svg'
},
{
name: 'TikTok',
url: 'https://www.tiktok.com/@nowasteukraine',
icon: 'assets/admin-header/tik-tok-icon.svg'
},
{
name: 'Facebook',
url: 'https://www.facebook.com/NowasteUkraine/',
url: 'https://www.facebook.com/pickupcityua',
icon: 'assets/admin-header/face-icon.svg'
},
{
name: 'Instagram',
url: 'https://www.instagram.com/nowasteukraine/',
url: 'https://www.instagram.com/pickup_city/',
icon: 'assets/admin-header/insta-icon.svg'
},
{
name: 'Telegram',
url: 'https://t.me/nowasteukraine',
icon: 'assets/admin-header/telegram-icon.svg'
},
{
name: 'YouTube',
url: 'https://www.youtube.com/channel/UChFVBZ_HcaQYiF-GcMHiCNA',
icon: 'assets/admin-header/you-tube-icon.svg'
name: 'Email',
url: 'mailto:pickup@nowaste.org.ua',
icon: 'assets/admin-header/email-icon.svg'
}
];
14 changes: 14 additions & 0 deletions src/assets/admin-header/email-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99e9041

Please sign in to comment.