From 4fa526ddce96f18343219d6559ac0b3702b51cdd Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Fri, 28 Jun 2024 15:19:45 +0200 Subject: [PATCH] feat: remove icon class on show more button --- components/MyPages/Blocks/Stays/ShowMoreButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MyPages/Blocks/Stays/ShowMoreButton/index.tsx b/components/MyPages/Blocks/Stays/ShowMoreButton/index.tsx index 87c80cc50..64fc3a3de 100644 --- a/components/MyPages/Blocks/Stays/ShowMoreButton/index.tsx +++ b/components/MyPages/Blocks/Stays/ShowMoreButton/index.tsx @@ -25,7 +25,7 @@ export default function ShowMoreButton({ theme="base" intent="text" > - + {formatMessage({ id: "Show more" })}