aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-01-20 20:03:03 +0100
committerpml68 <tutorialmester@gmail.com>2024-01-20 20:03:03 +0100
commitb6caa0661b4479a4ca5730bfdb2a89e0d3f9b8c9 (patch)
treed96cc443a6038976ecb385fd3a810df150820815 /src
parentfix: overflowing related issues (diff)
downloadpml68.dev-b6caa0661b4479a4ca5730bfdb2a89e0d3f9b8c9.tar.gz
refactor: put personal site at the end of list, after all Oláh Barbershop related projects
Diffstat (limited to 'src')
-rw-r--r--src/lib/projects.json12
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"
}
]
}