mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
hide external links' icon.
This commit is contained in:
@@ -107,7 +107,7 @@ export default function NavbarContent(): JSX.Element {
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<nav className={styles.menu}>
|
||||
<nav className={clsx(styles.menu, styles.links)}>
|
||||
<NavbarItems items={links} />
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -263,3 +263,9 @@ Hide color mode toggle in small viewports
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
a svg {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user