aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpml68 <pml31@protonmail.com>2024-02-28 08:23:12 +0100
committerpml68 <pml31@protonmail.com>2024-02-28 08:23:12 +0100
commit4136482def0483419a329999c7e3049bf664e97d (patch)
tree674a8ce69c99b120f7beb66cb58c56e771401e20 /src
parentfeat: increase scale value (this is the last time I swear) (diff)
downloadpml68.dev-4136482def0483419a329999c7e3049bf664e97d.tar.gz
fix: the first three links were mixed up
Diffstat (limited to '')
-rw-r--r--src/routes/+page.svelte2
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,