Added link to menu
This commit is contained in:
parent
94408dd4ff
commit
99d4f336ba
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ const Navbar = () => (
|
||||||
<img src={Logo} alt="Vytal logo" />
|
<img src={Logo} alt="Vytal logo" />
|
||||||
</div>
|
</div>
|
||||||
<div className="menu">
|
<div className="menu">
|
||||||
<a href="url" target="_blank">
|
<a href="https://vytal.io" target="_blank" rel="noreferrer">
|
||||||
<FontAwesomeIcon icon={faExternalLinkAlt} size="lg" />
|
<FontAwesomeIcon icon={faExternalLinkAlt} size="lg" />
|
||||||
</a>
|
</a>
|
||||||
<a href="url" target="_blank">
|
<a href="url" target="_blank">
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ table {
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue