Skip to content

Commit 26fa6da

Browse files
committed
Merge remote-tracking branch 'redacted/nextgarden'
2 parents b89b8f6 + 12e0afc commit 26fa6da

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package-lock.json

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/toolbox.astro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
import Layout from "../layouts/Layout.astro"
3+
---
4+
5+
<Layout title="Mod Garden">
6+
<div class="mt-4 mb-4 flex items-center justify-center">
7+
<div class="flex max-w-4xl flex-col space-y-6">
8+
<div class="rounded-lg p-2 bg-white text-black dark:bg-zinc-800 dark:text-white">
9+
<p>TKOTU TRKHVPS WKLHFFDHFHBG</p>
10+
</div>
11+
</div>
12+
</div>
13+
</Layout>

0 commit comments

Comments
 (0)