mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
chore(website): improve header layout on mobile
This commit is contained in:
@@ -27,7 +27,7 @@ export function Header() {
|
||||
{HEADER_LINKS.map(link => (
|
||||
<a
|
||||
href={link.url}
|
||||
className={url === link.url && 'active'}
|
||||
className={url === link.url ? "active" : ""}
|
||||
target={link.external && "_blank"}
|
||||
>{link.text}</a>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user