diff options
| author | zephex0 <[email protected]> | 2024-04-19 03:32:16 +0000 |
|---|---|---|
| committer | zephex0 <[email protected]> | 2024-04-19 03:32:16 +0000 |
| commit | 330112909656afc185cdfbf31af75d93a5b98287 (patch) | |
| tree | 7db69267350a27db2028646e3c62db2006adb582 /src | |
| parent | minor fixes (diff) | |
| download | dramalama-330112909656afc185cdfbf31af75d93a5b98287.tar.xz dramalama-330112909656afc185cdfbf31af75d93a5b98287.zip | |
removed image from homepage
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/page.jsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index 47f30b0..0766b74 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -1,6 +1,5 @@ import styles from "./page.module.css"; import Link from "next/link"; -import Image from "next/image"; export default function Home() { return ( @@ -27,20 +26,6 @@ export default function Home() { </div> </div> </div> - - <div className={styles.netlifyLogo}> - <Link - href={"https://github.com/real-zephex/Dramalama"} - target="_blank" - > - <Image - src={"/github.svg"} - width={300} - height={130} - alt="Netlify Logo" - /> - </Link> - </div> </main> ); } |