Skip to content

Commit cbbee97

Browse files
committed
apply suggested changes
1 parent a01fb85 commit cbbee97

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/components/ProductTable/PresetFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const PresetFilters = ({
5959
>
6060
<button
6161
className={cn(
62-
"duration-50 group flex h-full w-full cursor-pointer flex-col items-start rounded-2xl border p-3 shadow-[3px_2px_8px_0px_rgba(0,0,0,0.08)] transition-all hover:bg-background-highlight lg:p-6",
62+
"duration-50 group flex h-full w-full cursor-pointer flex-col items-start rounded-2xl border p-3 shadow-svg-button-link transition-all hover:bg-background-highlight lg:p-6",
6363
"focus-visible:outline focus-visible:outline-4 focus-visible:-outline-offset-4 focus-visible:outline-primary-hover",
6464
activePresets.includes(idx)
6565
? "border-primary"

src/pages/[locale]/wallets/find-wallet.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import type {
88
Wallet,
99
} from "@/lib/types"
1010

11-
import BannerNotification from "@/components/Banners/BannerNotification"
1211
import Breadcrumbs from "@/components/Breadcrumbs"
1312
import FindWalletProductTable from "@/components/FindWalletProductTable"
1413
import MainArticle from "@/components/MainArticle"
@@ -97,11 +96,6 @@ const FindWalletPage = ({
9796
description={t("page-find-wallet-meta-description")}
9897
image="/images/wallets/wallet-hero.png"
9998
/>
100-
101-
<BannerNotification shouldShow={true}>
102-
{t("page-find-wallet-footnote-1")}
103-
</BannerNotification>
104-
10599
<div className="mt-8 w-full pl-5 sm:mt-0 md:w-1/2 lg:pt-12">
106100
<Breadcrumbs slug={pathname} />
107101
<h1 className="my-4 text-[2.5rem] leading-[1.4] md:text-5xl lg:my-8">

0 commit comments

Comments
 (0)