mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
fix welcome
This commit is contained in:
parent
6eced23112
commit
2c17ddc35d
@ -41,7 +41,7 @@ export const Home = ({
|
|||||||
padding: '10px'
|
padding: '10px'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Welcome{" "}
|
Welcome
|
||||||
{userInfo?.name ? (
|
{userInfo?.name ? (
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
|
@ -50,7 +50,7 @@ export const HomeDesktop = ({
|
|||||||
padding: '10px'
|
padding: '10px'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Welcome{" "}
|
Welcome
|
||||||
{userInfo?.name ? (
|
{userInfo?.name ? (
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user