diff --git a/app/@modal/(.)images/[id]/modal.tsx b/app/@modal/(.)images/[id]/modal.tsx index 9fbb317..916bcd9 100644 --- a/app/@modal/(.)images/[id]/modal.tsx +++ b/app/@modal/(.)images/[id]/modal.tsx @@ -21,7 +21,7 @@ export function Modal({ children }: { children: React.ReactNode }) { return createPortal( {children} diff --git a/components/fullImagePage.tsx b/components/fullImagePage.tsx index 0527cdb..0cb4582 100644 --- a/components/fullImagePage.tsx +++ b/components/fullImagePage.tsx @@ -11,8 +11,8 @@ export default async function FullPageImageView(props: { imageId: number }) { const image = await getUserImage(idAsNumber) const uploaderInfo = await clerkClient.users.getUser(image.userId) return ( -
-
+
+