diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/projects.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/projects.json b/src/lib/projects.json index c23b7fe..d4f83fd 100644 --- a/src/lib/projects.json +++ b/src/lib/projects.json @@ -13,16 +13,16 @@ "description": "The API used for the Oláh Barbershop app and website" }, { - "iconLink": "https://raw.githubusercontent.com/pml68/website/master/static/pml68.png", - "link": "https://github.com/pml68/website/", - "title": "pml68", - "description": "My personal website - this one -, built with SvelteKit" - }, - { "iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png", "link": "https://github.com/Olah-Barbershop/app/", "title": "Oláh Barbershop - App", "description": "The Oláh Barbershop app for Android (WIP)" + }, + { + "iconLink": "https://raw.githubusercontent.com/pml68/website/master/static/pml68.png", + "link": "https://github.com/pml68/website/", + "title": "pml68", + "description": "My personal website - this one -, built with SvelteKit" } ] } |
