Update src/layout/header.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 55s
All checks were successful
Release to Staging / build_and_release (push) Successful in 55s
This commit is contained in:
parent
4527c1c154
commit
cff9bbd8d0
@ -436,6 +436,19 @@ const RegisterButtonWithDialog = () => {
|
|||||||
nos2x
|
nos2x
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<p
|
||||||
|
className='labelDescriptionMain'
|
||||||
|
style={{
|
||||||
|
padding: '10px',
|
||||||
|
borderRadius: '10px',
|
||||||
|
background: 'rgba(0,0,0,0.1)',
|
||||||
|
border: 'solid 1px rgba(255 255 66 / 30%)',
|
||||||
|
margin: '10px 0 0 0',
|
||||||
|
color: '#ffffffbf'
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Warning: Make sure you backup your private key somewhere safe. If you lose it or it gets leaked, we actually can't help you.
|
||||||
|
</p>
|
||||||
<p
|
<p
|
||||||
className='labelDescriptionMain'
|
className='labelDescriptionMain'
|
||||||
style={{
|
style={{
|
||||||
@ -451,8 +464,6 @@ const RegisterButtonWithDialog = () => {
|
|||||||
A: DEG Mods can't ban you or delete your content (we can
|
A: DEG Mods can't ban you or delete your content (we can
|
||||||
only hide you), and the consequence of that is this kind of
|
only hide you), and the consequence of that is this kind of
|
||||||
registration/login system.
|
registration/login system.
|
||||||
<br /><br />
|
|
||||||
Warning: Make sure you backup your private key somewhere safe. If you lose it or it gets leaked, we actually can't help you.
|
|
||||||
</p>
|
</p>
|
||||||
<div className='dividerPopup'>
|
<div className='dividerPopup'>
|
||||||
<div className='dividerPopupLine'></div>
|
<div className='dividerPopupLine'></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user