mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
feat: add anime title to player
This commit is contained in:
parent
50b9f5b918
commit
6c3ce44c76
6 changed files with 64 additions and 5 deletions
|
@ -97,7 +97,7 @@ export const EpisodeSelectorMenu = ({
|
|||
return (
|
||||
<button
|
||||
key={`release-${release_id}-voiceover-${voiceover.id}-source-${source.id}-episode-${epis.position}`}
|
||||
className={`h-fit px-2 justify-start items-start ${episode.position == epis.position ? "text-white" : "text-gray-400 hover:text-gray-100"} transition-colors`}
|
||||
className={`h-fit px-2 justify-start items-start ${episode.position == epis.position ? "text-white" : "text-gray-300 hover:text-gray-100"} transition-colors`}
|
||||
onClick={() => {
|
||||
setEpisode({
|
||||
selected: epis,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue