project-cards #5

Merged
christian merged 6 commits from project-cards into main 2024-05-19 21:35:50 +00:00
2 changed files with 1 additions and 6 deletions
Showing only changes of commit 0741e6df13 - Show all commits

View File

@ -16,7 +16,7 @@
}, },
{ {
name: 'portfolio', name: 'portfolio',
subPages: ['learnings', 'svelte', 'next.js', 'homelab'] subPages: ['svelte', 'next.js', 'homelab']
}, },
{ {
name: 'contact', name: 'contact',

View File

@ -1,5 +0,0 @@
<script>
import { fade } from 'svelte/transition';
</script>
<h1 in:fade>Still learning how to postgres.</h1>