diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-20 20:03:03 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-20 20:03:03 +0100 |
| commit | b6caa0661b4479a4ca5730bfdb2a89e0d3f9b8c9 (patch) | |
| tree | d96cc443a6038976ecb385fd3a810df150820815 /src | |
| parent | fix: overflowing related issues (diff) | |
| download | pml68.dev-b6caa0661b4479a4ca5730bfdb2a89e0d3f9b8c9.tar.gz | |
refactor: put personal site at the end of list, after all Oláh Barbershop related projects
Diffstat (limited to '')
| -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" } ] } |
