From 561019c3d7f2a702bbbc7de2f16bd2781bb51d10 Mon Sep 17 00:00:00 2001 From: vinceh121 Date: Sat, 1 Nov 2025 23:16:49 +0100 Subject: [PATCH] feat: single FAB needed for now --- assets/pages/search/DomainSearchPage.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/assets/pages/search/DomainSearchPage.tsx b/assets/pages/search/DomainSearchPage.tsx index 8aa06b0..4971620 100644 --- a/assets/pages/search/DomainSearchPage.tsx +++ b/assets/pages/search/DomainSearchPage.tsx @@ -69,19 +69,17 @@ export default function DomainSearchPage() { {domain - && } - > - - } onClick={() => setAddToWatchlistModal(true)} /> - - + tooltip={t`Add to watchlist`} + type="primary" + icon={} + onClick={() => setAddToWatchlistModal(true)} + /> }