chore: move notbyai badge to the right

This commit is contained in:
Andrea
2024-02-05 18:32:48 +01:00
parent 398e00542b
commit 2e879d9c00
2 changed files with 3 additions and 5 deletions

View File

@@ -42,10 +42,8 @@ export default function App() {
<Links />
</head>
<Body>
<div className="relative">
<Outlet />
<Notbyai />
</div>
<Outlet />
<Notbyai />
<ScrollRestoration />
<Scripts />
<LiveReload />