From 4b85cae22c04efa1efceb2065a51389ae665d588 Mon Sep 17 00:00:00 2001 From: John Costa Date: Fri, 18 Jul 2025 16:07:34 +0100 Subject: [PATCH] fix: recent pictures styles --- frontend/src/components/image/index.tsx | 2 +- frontend/src/pages/front/page.tsx | 2 +- frontend/src/pages/front/{Recent.tsx => recent.tsx} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename frontend/src/pages/front/{Recent.tsx => recent.tsx} (92%) diff --git a/frontend/src/components/image/index.tsx b/frontend/src/components/image/index.tsx index 3a80e31..7a58b4e 100644 --- a/frontend/src/components/image/index.tsx +++ b/frontend/src/components/image/index.tsx @@ -6,7 +6,7 @@ export const ImageComponent: Component<{ ID: string }> = (props) => { return ( diff --git a/frontend/src/pages/front/page.tsx b/frontend/src/pages/front/page.tsx index 49405b3..486364a 100644 --- a/frontend/src/pages/front/page.tsx +++ b/frontend/src/pages/front/page.tsx @@ -1,5 +1,5 @@ import { Categories } from "./gallery"; -import { Recent } from "./Recent"; +import { Recent } from "./recent"; export const FrontPage = () => { return ( diff --git a/frontend/src/pages/front/Recent.tsx b/frontend/src/pages/front/recent.tsx similarity index 92% rename from frontend/src/pages/front/Recent.tsx rename to frontend/src/pages/front/recent.tsx index cbc1ba9..b22954c 100644 --- a/frontend/src/pages/front/Recent.tsx +++ b/frontend/src/pages/front/recent.tsx @@ -18,7 +18,7 @@ export const Recent: Component = () => { return (

Recent Screenshots

-
+
{(image) => }