aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-29 19:16:58 +0530
committerreal-zephex <[email protected]>2024-03-29 19:16:58 +0530
commit641e62fd333cd7c3a82c12181eb0d35611c03df7 (patch)
tree47c3cbaeb8b64b16bc06843a83bfa151d747f597 /src/app/components/footer
parentDelete .github/workflows directory (diff)
downloaddramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.tar.xz
dramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.zip
fixes and improvements: dramalaam is no longer hosted on koyeb cuz of
high latency issues.
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>
);