diff options
| author | real-zephex <[email protected]> | 2024-04-02 22:41:19 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-02 22:41:19 +0530 |
| commit | 794cb6236fa256f8074c56f372eba05526e7c066 (patch) | |
| tree | 4d53c0977894bc2939e430e930fd9f6dda6ec0e5 /src/app/components | |
| parent | fixes: minor css modifications, added basic information about the last read m... (diff) | |
| download | dramalama-794cb6236fa256f8074c56f372eba05526e7c066.tar.xz dramalama-794cb6236fa256f8074c56f372eba05526e7c066.zip | |
UI Upgrades for anime section.
Diffstat (limited to 'src/app/components')
| -rw-r--r-- | src/app/components/footer/page.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/components/footer/page.jsx b/src/app/components/footer/page.jsx index 1223f31..ea763a6 100644 --- a/src/app/components/footer/page.jsx +++ b/src/app/components/footer/page.jsx @@ -27,9 +27,9 @@ export default async function Footer() { </a> <a style={{ color: " #A3BE8C" }} - href="https://dramalama-1phg.onrender.com" + href="https://dramalama.netlify.app" > - Render + Netlify </a> </div> </div> |