removed learnings
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m42s

This commit is contained in:
ChrQR 2024-05-19 23:34:33 +02:00
parent c46a5cbacf
commit 0741e6df13
2 changed files with 1 additions and 6 deletions

View File

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

View File

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