From b6caa0661b4479a4ca5730bfdb2a89e0d3f9b8c9 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 20 Jan 2024 20:03:03 +0100 Subject: refactor: put personal site at the end of list, after all Oláh Barbershop related projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/projects.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib') 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 @@ -12,17 +12,17 @@ "title": "Oláh Barbershop - API", "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" } ] } -- cgit v1.2.3