From 316688861132d502d4f991e1388ffe81d9bac0e6 Mon Sep 17 00:00:00 2001
From: Sam Becker
Date: Sun, 21 Jul 2024 14:12:25 -0500
Subject: [PATCH] Animate about text entrance
---
src/photo/PhotoGridSidebar.tsx | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/photo/PhotoGridSidebar.tsx b/src/photo/PhotoGridSidebar.tsx
index ea1c3a14..15f6a990 100644
--- a/src/photo/PhotoGridSidebar.tsx
+++ b/src/photo/PhotoGridSidebar.tsx
@@ -40,10 +40,14 @@ export default function PhotoGridSidebar({
return (
<>
- {SITE_ABOUT &&
-
+ {SITE_ABOUT &&
{SITE_ABOUT}
-
}
+
]}
+ />}
{tags.length > 0 && }