From 09a2852c6d6f9263f37607a4fcae108d5097465c Mon Sep 17 00:00:00 2001 From: JavidHaji-zada Date: Thu, 11 Jan 2024 13:02:09 +0400 Subject: [PATCH 1/3] fix typo --- src/components/templates/ExplorerAccount/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/templates/ExplorerAccount/index.tsx b/src/components/templates/ExplorerAccount/index.tsx index 7d72ad4cc..f6b7ee9f7 100644 --- a/src/components/templates/ExplorerAccount/index.tsx +++ b/src/components/templates/ExplorerAccount/index.tsx @@ -144,7 +144,7 @@ export const ExplorerAccountView = ( ambPriceData.percentChange24H )}% ($${NumberUtils.formatNumber( USDBalance * ambPriceData.percentChange24H - )}) ${t('common.hour.short').toUpperCase()}`} + )}) 24${t('common.hour.short').toUpperCase()}`} )} From 3a5593ec5a35311bafbb88abe386af86c3827c60 Mon Sep 17 00:00:00 2001 From: JavidHaji-zada Date: Thu, 11 Jan 2024 13:02:21 +0400 Subject: [PATCH 2/3] Fix title sizing --- .../Portfolio/components/PortfolioScreenTabs/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/screens/Portfolio/components/PortfolioScreenTabs/index.tsx b/src/screens/Portfolio/components/PortfolioScreenTabs/index.tsx index f474b9fa2..5fad28fb4 100644 --- a/src/screens/Portfolio/components/PortfolioScreenTabs/index.tsx +++ b/src/screens/Portfolio/components/PortfolioScreenTabs/index.tsx @@ -92,8 +92,9 @@ export const PortfolioScreenTabs = (props: Props) => { {t('tab.watchlist')} From 91e1b4587ef9b2d79972f3192a72b262586c34c1 Mon Sep 17 00:00:00 2001 From: JavidHaji-zada Date: Thu, 11 Jan 2024 13:02:30 +0400 Subject: [PATCH 3/3] Fix icon --- src/screens/Search/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/Search/index.tsx b/src/screens/Search/index.tsx index 1c7468ec5..a3c990751 100644 --- a/src/screens/Search/index.tsx +++ b/src/screens/Search/index.tsx @@ -21,7 +21,7 @@ import { SearchTabParamsList } from '@appTypes/navigation'; import { COLORS } from '@constants/colors'; -import { ScannerQRIcon } from '@components/svg/icons'; +import { ScannerIcon } from '@components/svg/icons'; import { ExplorerWalletItem } from './components'; import { SearchSort } from './Search.types'; import { styles } from './styles'; @@ -103,7 +103,7 @@ export const SearchScreen = () => { {t('tab.explore')}