diff --git a/.gitignore b/.gitignore
index ce55430..287e11c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env
+.env.local
# vercel
.vercel
diff --git a/src/components/ui/bento-grid/Bento.tsx b/src/components/ui/bento-grid/Bento.tsx
index a469a2c..5c39621 100644
--- a/src/components/ui/bento-grid/Bento.tsx
+++ b/src/components/ui/bento-grid/Bento.tsx
@@ -102,7 +102,7 @@ const BentoCard = ({
>
View