refactor: add notbyai badge

This commit is contained in:
Andrea
2023-03-16 15:35:52 +01:00
parent c95aa1b613
commit a5ca7ad016
5 changed files with 51 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ import { useMatch } from "./useMatch";
export default function () {
const { handle } = useMatch();
return (
<div className="h-fit w-full flex flex-col items-center">
<div className="flex h-screen min-h-full flex-col items-center">
{handle && (
<Link
className="mt-5 hover:text-[#e6c2bf] text-xl font-bold"