diff --git a/app/globals.css b/app/globals.css index 3015fe2..81c41f4 100644 --- a/app/globals.css +++ b/app/globals.css @@ -165,6 +165,7 @@ body { } .border-parch:hover { + transition: 0.5s; background: linear-gradient(var(--background), var(--background)) padding-box, linear-gradient(to right, #21c796, #0385ce, #0d40bf) border-box; border: 1px solid transparent; diff --git a/components/episode-cards.tsx b/components/episode-cards.tsx index 5c6591d..a97f8b3 100644 --- a/components/episode-cards.tsx +++ b/components/episode-cards.tsx @@ -74,7 +74,7 @@ export function EpisodeCards({ section }: { section: "podcast" | "main" }) { {episodes.map((episode) => (
diff --git a/components/header.tsx b/components/header.tsx index 3ba0a6c..3cb28b8 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -10,7 +10,8 @@ import ToggleLanguage from "./toggle-language"; export default function Header() { return (
-
+
+ {/* Left Section */}
- + logo

پارچ کست

+ + {/* Right Section */}