chore: move notbyai badge to the right
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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 />
|
||||||
|
Reference in New Issue
Block a user