diff options
| author | real-zephex <[email protected]> | 2024-04-12 08:48:35 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 08:48:35 +0530 |
| commit | aa6ee5cf96542132c4fea66a4bfc111621f4f049 (patch) | |
| tree | 2e2f0bf00eaf2822a5c77c1176d252b0e4d0835b /src/app/page.jsx | |
| parent | added sharp npm package (diff) | |
| download | dramalama-aa6ee5cf96542132c4fea66a4bfc111621f4f049.tar.xz dramalama-aa6ee5cf96542132c4fea66a4bfc111621f4f049.zip | |
fixes: manga search is now fixed. removed the netlify card from the homepage because the vercel one is stable enough.
Diffstat (limited to 'src/app/page.jsx')
| -rw-r--r-- | src/app/page.jsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index 2d45156..99cc758 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -31,9 +31,12 @@ export default function Home() { </div> </div> <div className={styles.netlifyLogo}> - <Link href={"https://dramalama.netlify.app"} target="_blank"> + <Link + href={"https://github.com/real-zephex/Dramalama"} + target="_blank" + > <Image - src={"/netlify.svg"} + src={"/github.svg"} width={300} height={130} alt="Netlify Logo" |