aboutsummaryrefslogtreecommitdiff
path: root/src/app/info
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-17 09:26:48 +0530
committerreal-zephex <[email protected]>2024-03-17 09:26:48 +0530
commit7673c5a887324a5ea2d3b1dc068cb675b8b28aec (patch)
tree66ec6b18bdf0b880a3cd5498f2d86a70e9de6423 /src/app/info
parentThe anime section is fully server rendered! (diff)
downloaddramalama-7673c5a887324a5ea2d3b1dc068cb675b8b28aec.tar.xz
dramalama-7673c5a887324a5ea2d3b1dc068cb675b8b28aec.zip
vercel fix ;)
Diffstat (limited to 'src/app/info')
-rw-r--r--src/app/info/[id]/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/info/[id]/page.js b/src/app/info/[id]/page.js
index 3d1f0f6..5048612 100644
--- a/src/app/info/[id]/page.js
+++ b/src/app/info/[id]/page.js
@@ -28,7 +28,7 @@ export default async function AnimeInfo({ params }) {
<div className="buttonContainer">
{info &&
info.episodes.map((item, index) => (
- <Link href={`/video/${item.id}`}>
+ <Link href={`/video/${item.id}`} key={index}>
<button className="dramaButton">
{item.number}
</button>