Skip to content

Commit 4136482

Browse files
committed
fix: the first three links were mixed up
1 parent ef57bad commit 4136482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "My personal website, built with SvelteKit",
55
"author": "pml68",
66
"license": "GPL-3.0",

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import TelegramIcon from '$lib/assets/telegram.svg?src'
1010
import EnvelopeIcon from '$lib/assets/envelope.svg?src'
1111
12-
const icons: string[] = [SteamIcon, GithubIcon, DevIcon, TelegramIcon, EnvelopeIcon]
12+
const icons: string[] = [GithubIcon, DevIcon, SteamIcon, TelegramIcon, EnvelopeIcon]
1313
1414
type Social = {
1515
link: string,

0 commit comments

Comments
 (0)