[dyad] Removed 'Made with Dyad' tag - wrote 1 file(s), deleted 1 file(s)

This commit is contained in:
[dyad]
2026-01-18 12:05:03 +01:00
parent 27836c9bce
commit bcadc49dc3
2 changed files with 0 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
import { ImageConverter } from "@/components/image-converter";
import { MadeWithDyad } from "@/components/made-with-dyad";
export default function Home() {
return (
@@ -15,9 +14,6 @@ export default function Home() {
</div>
<ImageConverter />
</main>
<div className="absolute bottom-4 z-10">
<MadeWithDyad />
</div>
</div>
);
}