website/app/components/Notbyai.tsx
2024-02-05 18:32:48 +01:00

10 lines
295 B
TypeScript

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