From 4136482def0483419a329999c7e3049bf664e97d Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 28 Feb 2024 08:23:12 +0100 Subject: fix: the first three links were mixed up --- src/routes/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6c403ee..76d7348 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -9,7 +9,7 @@ import TelegramIcon from '$lib/assets/telegram.svg?src' import EnvelopeIcon from '$lib/assets/envelope.svg?src' - const icons: string[] = [SteamIcon, GithubIcon, DevIcon, TelegramIcon, EnvelopeIcon] + const icons: string[] = [GithubIcon, DevIcon, SteamIcon, TelegramIcon, EnvelopeIcon] type Social = { link: string, -- cgit v1.2.3