We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832b1a6 commit b89b8f6Copy full SHA for b89b8f6
src/pages/index.astro
@@ -28,18 +28,6 @@ import Layout from "../layouts/Layout.astro";
28
wish.
29
</p>
30
</div>
31
- <h1
32
- class="mt-4 text-xl font-bold text-black dark:text-white"
33
- >
34
- Currently Running...
35
- <a
36
- href={`/events/mod-garden/nature`}
37
- class="text-leaf-600 underline hover:text-leaf-800 dark:text-leaf-200 dark:hover:text-leaf-600"
38
- target="_blank"
39
40
- Mod Garden: Nature
41
- </a>
42
- </h1>
43
44
<div
45
class="rounded-lg bg-white p-6 text-black shadow-md dark:bg-zinc-800 dark:text-white"
0 commit comments