aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--package.json2
-rw-r--r--src/routes/+page.svelte2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 74bb0e4..8849655 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "My personal website, built with SvelteKit",
"author": "pml68",
"license": "GPL-3.0",
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,