aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/footer')
-rw-r--r--src/app/components/footer/page.jsx15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/app/components/footer/page.jsx b/src/app/components/footer/page.jsx
index f3c9fc7..e3af4f9 100644
--- a/src/app/components/footer/page.jsx
+++ b/src/app/components/footer/page.jsx
@@ -17,26 +17,23 @@ export default async function Footer() {
Github
</a>
<a
- style={{ color: "#A3BE8C" }}
- href="https://dramalama-zephex.koyeb.app"
- target="_new"
- >
- Koyeb
- </a>
- <a
style={{ color: "#EBCB8B" }}
href="https://dramalama.vercel.app"
- target="_new"
>
Vercel
</a>
<a
style={{ color: "#BF616A" }}
href="https://dramalama.netlify.app"
- target="_new"
>
Netlify
</a>
+ <a
+ style={{ color: " #A3BE8C" }}
+ href="https://dramalama-1phg.onrender.com"
+ >
+ Render
+ </a>
</p>
</div>
);