diff options
Diffstat (limited to 'src/app/components/footer')
| -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> |