From 1c295b93c58144b6decc0831d45770cc02d1a0d6 Mon Sep 17 00:00:00 2001 From: yakshaG Date: Wed, 9 Oct 2024 08:55:39 +0530 Subject: [PATCH] Change player close icon to chevron --- src/components/Player/PlayerHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`}