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', 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={{

View file

@ -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>