Skip to content

Commit

Permalink
Add a (hidden, for now) gallery of set 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed Feb 21, 2024
1 parent de3740c commit a43f6af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/Set1.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
import SiteLayout from "../layouts/SiteLayout.astro";
import SetGallery from "../components/SetGallery.astro";
const setName = '001 The Opening Note';
---
<SiteLayout title="Set 001 - The Opening Note">
<div class="border-4 border-dashed border-amber-500 p-4 text-center">
<p>More information about the set is coming soon!</p>
</div>

<SetGallery setName="001 The Opening Note"/>
</SiteLayout>

0 comments on commit a43f6af

Please sign in to comment.