We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a265d13 commit c8bce76Copy full SHA for c8bce76
src/pages/get-eth.tsx
@@ -288,7 +288,7 @@ const GetEthPage = ({
288
</p>
289
<p>{t("page-get-eth-dexs-desc-3")}</p>
290
<p>{t("page-get-eth-need-wallet")}</p>
291
- <ButtonLink href="/wallets/find-wallet/">
+ <ButtonLink href="/wallets/find-wallet/" className="w-fit">
292
{t("page-get-eth-get-wallet-btn")}
293
</ButtonLink>
294
<InfoBanner isWarning>
@@ -351,7 +351,7 @@ const GetEthPage = ({
351
<p className="mb-0 font-monospace text-xs text-white">
352
0x0125e2478d69eXaMpLe81766fef5c120d30fb53f
353
354
- <p className="text-fail300 mx-4 mb-0 text-sm uppercase">
+ <p className="text-error mx-4 mb-0 text-sm uppercase">
355
{t("page-get-eth-do-not-copy")}
356
357
</div>
0 commit comments