diff --git a/src/build.tsx b/src/build.tsx index 5d31894..2546205 100644 --- a/src/build.tsx +++ b/src/build.tsx @@ -226,7 +226,7 @@ generateHTMLFile( ); generateHTMLFile( - "Wah-Collection/Image:", + "Wah-Collection/Image", "/image/", `View the full image on the WAH-Collection`, [ @@ -237,7 +237,7 @@ generateHTMLFile( ); generateHTMLFile( - "Wah-Collection/Images", + "Wah-Collection/Videos", "/videos/", `Video page of Wah-Collection | ${videos.length} Videos`, [ diff --git a/src/static/tailwind.css b/src/static/tailwind.css index f934900..89e688e 100644 --- a/src/static/tailwind.css +++ b/src/static/tailwind.css @@ -527,6 +527,9 @@ .invisible { visibility: hidden; } + .visible { + visibility: visible; + } .absolute { position: absolute; }