Skip to content

Commit baca2b1

Browse files
committed
fix types
1 parent 1f84b71 commit baca2b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/dapps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ const DappsPage = () => {
13431343
{
13441344
content: t("page-dapps-what-are-dapps"),
13451345
href: "#what-are-dapps",
1346-
variant: "outline",
1346+
variant: "outline" as const,
13471347
matomo: {
13481348
eventCategory: "dapp hero buttons",
13491349
eventAction: "click",

src/pages/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
394394
{
395395
content: t("page-stablecoins-how-they-work-button"),
396396
toId: "how",
397-
variant: "outline",
397+
variant: "outline" as const,
398398
matomo: {
399399
eventCategory: "stablecoins hero buttons",
400400
eventAction: "click",

src/pages/wallets/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const WalletsPage = () => {
183183
eventAction: "click",
184184
eventName: "How_to_use_wallet",
185185
},
186-
variant: "outline",
186+
variant: "outline" as const,
187187
},
188188
]
189189
: [

0 commit comments

Comments
 (0)