Skip to content

Commit

Permalink
Fix footer not being clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Mar 29, 2024
1 parent 5c9c595 commit 3345c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/MiniFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BuidlGuidlLogo } from "~~/components/assets/BuidlGuidlLogo";

export const MiniFooter = () => {
return (
<div className="flex justify-center items-center gap-1 text-xs w-full mt-10">
<div className="flex justify-center items-center gap-1 text-xs w-full mt-10 z-10">
<div className="mb-1">
<a href="https://github.com/BuidlGuidl/abi.ninja" target="_blank" rel="noreferrer" className="link">
Fork me
Expand Down

0 comments on commit 3345c3c

Please sign in to comment.