diff options
| author | real-zephex <[email protected]> | 2024-04-12 14:06:09 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 14:06:09 +0530 |
| commit | 8384b873a00b54190456c1274ec0b5654265b13f (patch) | |
| tree | 7ba378b9d7723b6c655273f456ca6e67c710df69 /src/app/anime/top-airing | |
| parent | minor fixes (diff) | |
| download | dramalama-8384b873a00b54190456c1274ec0b5654265b13f.tar.xz dramalama-8384b873a00b54190456c1274ec0b5654265b13f.zip | |
minor fixes
Diffstat (limited to 'src/app/anime/top-airing')
| -rw-r--r-- | src/app/anime/top-airing/page.jsx | 2 | ||||
| -rw-r--r-- | src/app/anime/top-airing/trending.module.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx index 2c4fb88..1d270f0 100644 --- a/src/app/anime/top-airing/page.jsx +++ b/src/app/anime/top-airing/page.jsx @@ -40,7 +40,7 @@ export default async function Trending() { async function test() { const res = await fetch( - "https://consumet-api-di2e.onrender.com/anime/gogoanime/top-airing", + "https://consumet-jade.vercel.app/anime/gogoanime/top-airing", { next: { revalidate: 86400 } } ); const data = res.json(); diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css index 33d00d3..9d03384 100644 --- a/src/app/anime/top-airing/trending.module.css +++ b/src/app/anime/top-airing/trending.module.css @@ -42,7 +42,7 @@ .trendingEntries { margin: 4px; transition: transform 400ms ease; - background-color: #353535a6; + background-color: #1f1f1fbb; padding: 0.5rem; border-radius: 1rem; transition: opacity 400ms ease, transform 400ms ease; |