feat: remove Home navigation item in favor of back link

This commit is contained in:
Stefan Imhoff
2023-06-14 20:14:29 +02:00
parent 6dc5adc362
commit c5590b072e
15 changed files with 21 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ const title = 'AI Art';
const description = 'This is a collection of AI art pieces Ive created with Stable Diffusion.';
---
<GridLayout title={title} description={description} grid="wide" class="grid" innerGrid>
<GridLayout title={title} description={description} grid="wide" backLink="/" class="grid" innerGrid>
<PageTitle grid="wide" innerGrid>AI Art</PageTitle>
<article