diff --git a/src/pages/Pay.tsx b/src/pages/Pay.tsx index b172fc03..d57b0285 100644 --- a/src/pages/Pay.tsx +++ b/src/pages/Pay.tsx @@ -189,7 +189,7 @@ const Pay = () => { -

{t("pay_swap_404")}

+

{t("pay_swap_404")}

diff --git a/src/style/index.scss b/src/style/index.scss index 27f68940..140bcab1 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -655,3 +655,9 @@ textarea { header { margin-bottom: 1rem; } + +.not-found { + margin-top: 2rem; + margin-bottom: 1rem; + color: vars.$primary; +}