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

@@ -1,6 +1,6 @@
export function Notbyai() { export function Notbyai() {
return ( return (
<div className="fixed m-3 bottom-0 left-0"> <div className="fixed m-3 bottom-0 right-0">
<a href="https://notbyai.fyi/" target="_blank"> <a href="https://notbyai.fyi/" target="_blank">
<img src="https://user-images.githubusercontent.com/62137266/225653923-a69103f5-b318-4e52-9ea1-95b61d388366.svg" /> <img src="https://user-images.githubusercontent.com/62137266/225653923-a69103f5-b318-4e52-9ea1-95b61d388366.svg" />
</a> </a>

View File

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