feat: use flex layout

This commit is contained in:
Bart van der Braak 2024-01-23 19:10:02 +01:00
parent 1fa52b84c1
commit 9624ec2cc2
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
export function load() {
return {
name: `Projects`,
title: `Projects Ive realized`,
title: `Projects I've realized`,
subTitle: `Explore some of the projects I worked on in the past.`
};
}