diff options
| author | pml68 <pml31@protonmail.com> | 2024-02-28 08:23:12 +0100 |
|---|---|---|
| committer | pml68 <pml31@protonmail.com> | 2024-02-28 08:23:12 +0100 |
| commit | 4136482def0483419a329999c7e3049bf664e97d (patch) | |
| tree | 674a8ce69c99b120f7beb66cb58c56e771401e20 /src/routes | |
| parent | feat: increase scale value (this is the last time I swear) (diff) | |
| download | pml68.dev-4136482def0483419a329999c7e3049bf664e97d.tar.gz | |
fix: the first three links were mixed up
Diffstat (limited to '')
| -rw-r--r-- | src/routes/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
