Small ui tweaks
This commit is contained in:
parent
39233de2d8
commit
6defd8e801
2 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ const Navbar = () => (
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
padding: '8px 10px',
|
padding: '8px 12px',
|
||||||
backgroundColor: 'var(--navbar)',
|
backgroundColor: 'var(--navbar)',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
}}
|
}}
|
||||||
|
|
@ -23,7 +23,7 @@ const Navbar = () => (
|
||||||
alt="Vytal logo"
|
alt="Vytal logo"
|
||||||
/>
|
/>
|
||||||
<a
|
<a
|
||||||
href="http://localhost:3000/scan.html"
|
href="https://vytal.io/scan.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
style={{
|
style={{
|
||||||
|
|
|
||||||
|
|
@ -73,8 +73,7 @@ const Popup = () => {
|
||||||
fontSize: '10px',
|
fontSize: '10px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Tabs need to be initialized for full protection.{' '}
|
Tabs need to be initialized for full protection.
|
||||||
<a href="/">Read more</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue