diff --git a/src/app/profile/[userId]/page.tsx b/src/app/profile/[userId]/page.tsx
index 5de6d39..19921d0 100644
--- a/src/app/profile/[userId]/page.tsx
+++ b/src/app/profile/[userId]/page.tsx
@@ -59,12 +59,14 @@ function UserThumbnails() {
return (
-
+
+
+
{thumbnail.title}
diff --git a/src/app/thumbnails/[thumbnailId]/page.tsx b/src/app/thumbnails/[thumbnailId]/page.tsx
index 7eaa792..042b72b 100644
--- a/src/app/thumbnails/[thumbnailId]/page.tsx
+++ b/src/app/thumbnails/[thumbnailId]/page.tsx
@@ -50,13 +50,14 @@ function ThumbnailTestImage({
return (
-
+
+
+
@@ -163,87 +164,87 @@ export default function ThumbnailPage() {
- {!hasVoted && (
- <>
-
-
-
- Grid
-
-
- Gallery
-
-
-
-
-
- {thumbnail.images.map((imageId) => {
- return (
-
- );
- })}
-
-
+ {/* {!hasVoted && ( */}
+ <>
+
+
+
+ Grid
+
+
+ Gallery
+
+
-
-
-
+
+
+ {thumbnail.images.map((imageId) => {
+ return (
+
+ );
+ })}
+
+
-
-
+
+
+
-
- {currentImageIndex + 1} of {thumbnail.images.length}
-
+
+
-
+
+ {currentImageIndex + 1} of {thumbnail.images.length}
+
+
-
-
- >
- )}
+
+
+
+ >
+ {/* )} */}
- {hasVoted && (
+ {/* {hasVoted && (
{sortedImages.map((imageId) => (
-
+
+
+
@@ -300,7 +302,7 @@ export default function ThumbnailPage() {
))}
- )}
+ )} */}