diff options
| author | zephex <[email protected]> | 2024-04-20 13:39:39 +0530 |
|---|---|---|
| committer | zephex <[email protected]> | 2024-04-20 13:39:39 +0530 |
| commit | 25537a093f96831dd4bec210c18bd808d8db30f2 (patch) | |
| tree | 22e39ab2dda04d08e74490b879305881bac1e3bd /src/app/page.jsx | |
| parent | idk whats happening (diff) | |
| parent | removed image from homepage (diff) | |
| download | dramalama-25537a093f96831dd4bec210c18bd808d8db30f2.tar.xz dramalama-25537a093f96831dd4bec210c18bd808d8db30f2.zip | |
somethign somethign
Diffstat (limited to 'src/app/page.jsx')
| -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> ); } |