Small ui tweaks

This commit is contained in:
z0ccc 2022-05-29 22:13:19 -04:00
parent 39233de2d8
commit 6defd8e801
2 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@ const Navbar = () => (
boxSizing: 'border-box',
display: 'flex',
justifyContent: 'space-between',
padding: '8px 10px',
padding: '8px 12px',
backgroundColor: 'var(--navbar)',
alignItems: 'center',
}}
@ -23,7 +23,7 @@ const Navbar = () => (
alt="Vytal logo"
/>
<a
href="http://localhost:3000/scan.html"
href="https://vytal.io/scan.html"
target="_blank"
rel="noreferrer"
style={{

View file

@ -73,8 +73,7 @@ const Popup = () => {
fontSize: '10px',
}}
>
Tabs need to be initialized for full protection.{' '}
<a href="/">Read more</a>
Tabs need to be initialized for full protection.
</div>
</div>
</div>