mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
fix mobile view
This commit is contained in:
@@ -40,9 +40,9 @@ export const docsNavigation = [
|
||||
|
||||
]
|
||||
|
||||
export function NavigationDocs(props) {
|
||||
export function NavigationDocs({className}) {
|
||||
return (
|
||||
<nav {...props}>
|
||||
<nav className={className}>
|
||||
<ul role="list">
|
||||
<TopLevelNavItem href="https://netbird.io/">Home</TopLevelNavItem>
|
||||
<TopLevelNavItem href="/docs/introductions">Docs</TopLevelNavItem>
|
||||
|
||||
Reference in New Issue
Block a user