Skip to content

Commit

Permalink
chore: update Showing all wallets text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhsz committed Jan 26, 2024
1 parent a76d00a commit 67fac60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FindWallet/WalletTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const WalletTable = ({ filters, walletData }: WalletTableProps) => {
return (
<Container>
<WalletContentHeader>
<Th>
<Th sx={{ textAlign: "start !important" }}>
{filteredWallets.length === walletCardData.length ? (
<Text as="span">
{t("page-find-wallet-showing-all-wallets")} (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/wallets/find-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const FindWalletPage = () => {
<Center w={{ base: "full", sm: "50%" }}>
<Image
src={FindWalletHeroImage}
width={600}
width={500}
alt=""
priority
style={{
Expand Down

0 comments on commit 67fac60

Please sign in to comment.