diff --git a/src/components/Player/PlayerHeader.tsx b/src/components/Player/PlayerHeader.tsx index 18aa5dd..99d74a9 100644 --- a/src/components/Player/PlayerHeader.tsx +++ b/src/components/Player/PlayerHeader.tsx @@ -33,7 +33,7 @@ export default function PlayerHeader() { toolTipPosition="bottom-left" onClick={() => setIsPlayerOpen(false)} > - close + chevron_right

{tab === "fetch" ? `Fetched article` : `Pasted article`}