Skip to content

Commit 208ce1d

Browse files
authored
Fix/docs navbar menu lijn (#1581)
* fix(docs): footer uitlijning en patronen-link op homepage * restore menu line
1 parent 967644a commit 208ce1d

File tree

1 file changed

+1
-1
lines changed
  • packages/docusaurus/src/theme/Navbar/Layout

1 file changed

+1
-1
lines changed

packages/docusaurus/src/theme/Navbar/Layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function NavbarLayout() {
5151
direction="horizontal"
5252
size="md"
5353
maxWidth="md"
54-
horizontalRule={false}
54+
horizontalRule={true}
5555
linkColor="lintblauw"
5656
/>
5757
</div>

0 commit comments

Comments
 (0)