Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
tri2820 committed Jul 16, 2023
1 parent 4c1cb76 commit 56c261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function RadioPage() {
}}
className="group/row cursor-pointer transition-all duration-150 ">
<td className="w-16 pl-6 group-hover/row:bg-white/8 rounded-l-lg text-neutral-400">
<span className="group-hover/row:hidden">{1 + i}</span>
<span className="group-hover/row:hidden">{2 + i}</span>
<span className="hidden group-hover/row:block text-white">{
<PlayIcon className="w-4 h-4"/>
}</span>
Expand Down

0 comments on commit 56c261f

Please sign in to comment.