From cee86edf44488541dce03d1354cb1901afc5ef57 Mon Sep 17 00:00:00 2001 From: Citali Date: Mon, 2 Feb 2026 00:42:55 +0100 Subject: [PATCH] Fix animal list display --- .../artworks/animalstudies/index/page.tsx | 68 ++++++++++--------- src/app/globals.css | 2 + 2 files changed, 39 insertions(+), 31 deletions(-) diff --git a/src/app/(normal)/artworks/animalstudies/index/page.tsx b/src/app/(normal)/artworks/animalstudies/index/page.tsx index f6a5b47..876503a 100644 --- a/src/app/(normal)/artworks/animalstudies/index/page.tsx +++ b/src/app/(normal)/artworks/animalstudies/index/page.tsx @@ -1,4 +1,4 @@ -import { ArrowLeftIcon } from "lucide-react"; +import { ArrowLeftIcon, ChevronRightIcon } from "lucide-react"; import Link from "next/link"; import { @@ -82,16 +82,17 @@ export default async function AnimalListPage() { } return ( -