Skip to content

Commit

Permalink
Change player close icon to chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Oct 9, 2024
1 parent a7b651d commit 1c295b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Player/PlayerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function PlayerHeader() {
toolTipPosition="bottom-left"
onClick={() => setIsPlayerOpen(false)}
>
<span className="material-icons text-2xl">close</span>
<span className="material-icons text-2xl rotate-90 lg:rotate-0">chevron_right</span>
<p className={`text-white/70 font-bold`}>
{tab === "fetch" ? `Fetched article` : `Pasted article`}
</p>
Expand Down

0 comments on commit 1c295b9

Please sign in to comment.