Skip to content

Commit

Permalink
fix: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Apr 5, 2024
1 parent b391564 commit 85c1bd2
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion apps/client/src/routes/namecard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,53 @@
import { LANGUAGES } from '@utils/localization';
import Fa from 'svelte-fa';
$: items = ute, ID...
$: items = [
{
label: $t('contact.twitter'),
value: '@HamP_punipuni',
url: 'https://twitter.com/HamP_punipuni',
icon: faXTwitter
},
{
label: 'Discord',
value: 'hamp',
url: 'https://discordapp.com/users/260776161032798208',
icon: faDiscord
},
{
label: 'Eventernote',
value: 'HamP_punipuni',
url: 'https://www.eventernote.com/users/HamP_punipuni',
icon: faLink
},
{
label: $t('contact.github'),
value: 'hamzaabamboo',
url: 'https://github.com/hamzaabamboo',
icon: faGithub
},
{
label: $t('name-card.tierlist'),
url: 'https://tiermaker.com/list/actors-actresses/love-live-seiyuu-2023-15476088/3747761',
icon: faList,
value: $t('name-card.tierlist-description')
},
{
label: $t('name-card.home'),
url: '/',
icon: faHouse
},
{
label: 'Spotify',
url: 'https://open.spotify.com/user/dick8a92koqqd6ti4sqtz40co?si=3c9b1b72a71a47be',
icon: faSpotify
},
{
label: 'last.fm',
url: 'https://www.last.fm/user/Betcrg',
icon: faLastfm
}
// Link Like Lovelive, SIF2, Starlight, Deresute, ID...
];
const handleChangeLanguage = (language: (typeof LANGUAGES)[number]) => {
Expand Down

0 comments on commit 85c1bd2

Please sign in to comment.