chore(dev): react-query setup, ui redesign - iteration 1

This commit is contained in:
Soumyadas15 2025-05-05 21:15:16 +05:30
parent b88433c328
commit d6de70878a
1 changed files with 3 additions and 3 deletions

View File

@ -1571,10 +1571,10 @@ export default function ThreadPage({
className="h-8 w-8"
aria-label={isPlaying ? 'Pause Replay' : 'Play Replay'}
>
{isPlaying ?
{isPlaying ?
<Pause className="h-4 w-4" /> :
<Play className="h-4 w-4" />
)}
}
</Button>
<Button
variant="ghost"
@ -1915,7 +1915,7 @@ export default function ThreadPage({
{isPlaying ?
<Pause className="h-4 w-4" /> :
<Play className="h-4 w-4" />
)}
}
</Button>
<div className="flex items-center text-xs text-muted-foreground">