change gateway and wallet terminology

This commit is contained in:
2025-03-02 20:22:23 +02:00
committed by Nicola Benaglia
parent 680f9fbd3e
commit a219aab98b
5 changed files with 23 additions and 25 deletions

View File

@@ -407,12 +407,10 @@ export const NotAuthenticated = ({
fontSize: '18px'
}}
>
WELCOME TO <TextItalic sx={{
fontSize: '18px'
}}>YOUR</TextItalic> <br></br>
WELCOME TO
<TextSpan sx={{
fontSize: '18px'
}}> QORTAL WALLET</TextSpan>
}}> QORTAL</TextSpan>
</TextP>
<Spacer height="30px" />
@@ -436,7 +434,7 @@ export const NotAuthenticated = ({
>
<CustomButton onClick={()=> setExtstate('wallets')}>
{/* <input {...getInputProps()} /> */}
Wallets
Accounts
</CustomButton>
</HtmlTooltip>
{/* <Tooltip title="Authenticate by importing your Qortal JSON file" arrow>
@@ -482,7 +480,7 @@ export const NotAuthenticated = ({
}
}}
>
Create wallet
Create account
</CustomButton>
</HtmlTooltip>