Skip to content

Commit

Permalink
fix: the first three links were mixed up
Browse files Browse the repository at this point in the history
  • Loading branch information
pml68 committed Feb 28, 2024
1 parent ef57bad commit 4136482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4136482

Please sign in to comment.