From 5dc9c77c25deff442e271392aba67cb040aa078d Mon Sep 17 00:00:00 2001 From: Citali Date: Thu, 3 Jul 2025 18:22:57 +0200 Subject: [PATCH] Refine image page, add about page --- src/app/(normal)/about/page.tsx | 2 +- src/components/images/ImageMetadataBox.tsx | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/(normal)/about/page.tsx b/src/app/(normal)/about/page.tsx index cf6c164..789c5d0 100644 --- a/src/app/(normal)/about/page.tsx +++ b/src/app/(normal)/about/page.tsx @@ -8,7 +8,7 @@ export default function AboutPage() {

About

- Fellies is a network of services for a small group of fluffy furry and furry-friendly folks.
+ Fellies is a network of services for a small group of fluffy, furry and furry-friendly folks.
We are here to support the furry and queer communities and provide a safe space for them to express themselves.
This place is my personal space to showcase all the beautiful artwork that my (currently) three OCs, including my main fursona Citali, have received from all the amazing and talented artists.

diff --git a/src/components/images/ImageMetadataBox.tsx b/src/components/images/ImageMetadataBox.tsx index 6b0488b..cfd578e 100644 --- a/src/components/images/ImageMetadataBox.tsx +++ b/src/components/images/ImageMetadataBox.tsx @@ -1,11 +1,13 @@ "use client" -import { Album, Category, Tag } from "@/generated/prisma" +import { Album, Category, Gallery, Tag } from "@/generated/prisma" import { CalendarDaysIcon, FolderIcon, LayersIcon, QuoteIcon, TagIcon } from "lucide-react" import Link from "next/link" type Props = { - album: Album | null + album: Album & { + gallery: Gallery | null + } | null categories: Category[] tags: Tag[] creationDate?: Date | null @@ -61,7 +63,7 @@ export default function ImageMetadataBox({ {album && (
- + {album.name}