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" />
|
||||
</div>
|
||||
<div className="menu">
|
||||
<a href="url" target="_blank">
|
||||
<a href="https://vytal.io" target="_blank" rel="noreferrer">
|
||||
<FontAwesomeIcon icon={faExternalLinkAlt} size="lg" />
|
||||
</a>
|
||||
<a href="url" target="_blank">
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ table {
|
|||
|
||||
th {
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue