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',
|
||||
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={{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue