diff --git a/src/app/search/_components/NotFound/index.tsx b/src/app/search/_components/NotFound/index.tsx index 5175596..3f36845 100644 --- a/src/app/search/_components/NotFound/index.tsx +++ b/src/app/search/_components/NotFound/index.tsx @@ -30,6 +30,7 @@ function NotFound() { Back To Home diff --git a/src/app/search/_components/Pagination/index.tsx b/src/app/search/_components/Pagination/index.tsx index f127522..eb62faf 100644 --- a/src/app/search/_components/Pagination/index.tsx +++ b/src/app/search/_components/Pagination/index.tsx @@ -17,11 +17,13 @@ function Pagination(props: PropsType) { {page > 0 && totalPage > 1 ? ( <> @@ -44,11 +46,13 @@ function Pagination(props: PropsType) { {page + 1 < totalPage && totalPage > 1 ? ( <> diff --git a/src/app/statistics/_components/StatisticsPageContent/index.tsx b/src/app/statistics/_components/StatisticsPageContent/index.tsx index befbacc..bba78c0 100644 --- a/src/app/statistics/_components/StatisticsPageContent/index.tsx +++ b/src/app/statistics/_components/StatisticsPageContent/index.tsx @@ -65,7 +65,10 @@ function StatisticsPageContent(props: PropsType) {
- + Home diff --git a/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailAddress.tsx b/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailAddress.tsx index f22fbc7..71b8645 100644 --- a/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailAddress.tsx +++ b/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailAddress.tsx @@ -17,6 +17,7 @@ function SwapDetailAddress(props: SwapDetailItem) {
{wallet?.address || '-'} @@ -26,6 +27,7 @@ function SwapDetailAddress(props: SwapDetailItem) { )} {wallet?.address && ( diff --git a/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailMobileToken.tsx b/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailMobileToken.tsx index ed59271..9f11bed 100644 --- a/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailMobileToken.tsx +++ b/src/app/swap/[id]/_components/SwapDetailSummary/SwapDetailMobileToken.tsx @@ -51,6 +51,7 @@ function SwapDetailMobileToken(props: SwapDetailItem) {
@@ -58,6 +59,7 @@ function SwapDetailMobileToken(props: SwapDetailItem) { {address?.length > 20 ? `${address.slice(0, 20)}...` : address} diff --git a/src/app/swap/[id]/_components/SwapSteps/TransactionURL.tsx b/src/app/swap/[id]/_components/SwapSteps/TransactionURL.tsx index 4d96bff..ba91c45 100644 --- a/src/app/swap/[id]/_components/SwapSteps/TransactionURL.tsx +++ b/src/app/swap/[id]/_components/SwapSteps/TransactionURL.tsx @@ -45,7 +45,11 @@ function TransactionURL(props: TransactionURLProps) { text={url} /> - + diff --git a/src/app/swap/[id]/_components/SwapSteps/TransactionURLMobileItem.tsx b/src/app/swap/[id]/_components/SwapSteps/TransactionURLMobileItem.tsx index f4abb8b..8d6e6b5 100644 --- a/src/app/swap/[id]/_components/SwapSteps/TransactionURLMobileItem.tsx +++ b/src/app/swap/[id]/_components/SwapSteps/TransactionURLMobileItem.tsx @@ -73,6 +73,7 @@ function TransactionURLMobileItem(props: TransactionURLItemProps) { diff --git a/src/app/swap/[id]/page.tsx b/src/app/swap/[id]/page.tsx index a19c2a0..de631ee 100644 --- a/src/app/swap/[id]/page.tsx +++ b/src/app/swap/[id]/page.tsx @@ -16,7 +16,10 @@ const Page = async ({ params }: { params: { id: string } }) => {
- + Home diff --git a/src/components/common/Button/LinkButton.tsx b/src/components/common/Button/LinkButton.tsx index e0d51e1..9a28433 100644 --- a/src/components/common/Button/LinkButton.tsx +++ b/src/components/common/Button/LinkButton.tsx @@ -26,6 +26,7 @@ export function LinkButton(props: PropsWithChildren) { return ( {Icon && }
- + Rango logo setShowSubMenu(link.id)}> {link.type === 'link' ? ( diff --git a/src/components/common/Header/Menu.tsx b/src/components/common/Header/Menu.tsx index 1b19704..157126f 100644 --- a/src/components/common/Header/Menu.tsx +++ b/src/components/common/Header/Menu.tsx @@ -38,6 +38,7 @@ function Menu(props: MenuProps) { }`} key={index}> {renderChildren ? ( <> - + Rango logo