From 7c5c312c42ad215a4e814faad71f78a41554ddbc Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 17 Nov 2022 21:05:09 -0800 Subject: [PATCH] fade homepage image in after pageload --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e85fedf..20345c2 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -90,13 +90,13 @@ const IndexPage = ({ { href: "/photogallery/", label: "Gallery" }, ]} /> - + />} );