fix welcome

This commit is contained in:
PhilReact 2024-09-22 15:27:26 +03:00
parent 6eced23112
commit 2c17ddc35d
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ export const Home = ({
padding: '10px'
}}
>
Welcome{" "}
Welcome
{userInfo?.name ? (
<span
style={{

View File

@ -50,7 +50,7 @@ export const HomeDesktop = ({
padding: '10px'
}}
>
Welcome{" "}
Welcome
{userInfo?.name ? (
<span
style={{