Skip to content
Merged

Dev #132

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ yarn-error.log*

# env files (can opt-in for committing if needed)
.env
.env.local

# vercel
.vercel
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/bento-grid/Bento.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const BentoCard = ({
>
<Link
href={props?.href}
className="flex items-center text-sm pointer-events-auto hover:bg-[var(--glass-color-2)] p-2 rounded-xl"
className="flex items-center text-sm pointer-events-auto hover:bg-[var(--glass-color-2)] hover:text-white p-2 rounded-xl"
>
<span>View</span>
<ArrowRightIcon className="ms-2 h-4 w-4" />
Expand Down