diff --git a/src/assets/guild-bbs-buttons.png b/src/assets/guild-bbs-buttons.png index b8d233b..2d65a41 100644 Binary files a/src/assets/guild-bbs-buttons.png and b/src/assets/guild-bbs-buttons.png differ diff --git a/src/components/Top.astro b/src/components/Top.astro deleted file mode 100644 index 0d924da..0000000 --- a/src/components/Top.astro +++ /dev/null @@ -1,12 +0,0 @@ - - back to top - - - - \ No newline at end of file diff --git a/src/components/UpdateCard.astro b/src/components/UpdateCard.astro new file mode 100644 index 0000000..75bfa0a --- /dev/null +++ b/src/components/UpdateCard.astro @@ -0,0 +1,78 @@ +--- +import formatDate from '@/utils/formatDate'; + +interface Props { + title: string; + date: Date | string; +} + +const { title, date } = Astro.props; +--- +
+
+

{title}

+ +
+ +
+ +
+
+ + \ No newline at end of file diff --git a/src/components/Updates.astro b/src/components/Updates.astro index 82bad71..61433d1 100644 --- a/src/components/Updates.astro +++ b/src/components/Updates.astro @@ -1,3 +1,6 @@ +--- +import UpdateCard from "./UpdateCard.astro"; +---

Updates

@@ -13,16 +16,13 @@ -
-
-

update title

- -
+ +

redid gallery page to make adding images easier and added alpinejs to guestbook for fetching entries live

+
-
-

some stuff happened

-
-
+ +

changed name from invicta to haetae since invicta doesn't fit anymore

+