Skip to content

Commit

Permalink
Remove documentation title from sidenav
Browse files Browse the repository at this point in the history
BrandonRomano committed Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2347dc1 commit 57a432f
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/pages/docs/[...path]/DocsPage.module.css
Original file line number Diff line number Diff line change
@@ -16,10 +16,6 @@
height: calc(100vh - var(--header-height));
border-right: 1px solid var(--gray-6);
padding: 24px 14px 48px;
& .documentationTitle {
margin-left: 12px;
margin-bottom: 4px;
}
& > .sidebarNavTree {
padding: 2px; /* guarantee space for focus border */
height: 100%;
3 changes: 0 additions & 3 deletions src/pages/docs/[...path]/index.tsx
Original file line number Diff line number Diff line change
@@ -74,9 +74,6 @@ export default function DocsPage({
<div className={s.docsPage}>
<div className={s.sidebar}>
<div className={s.sidebarContentWrapper}>
<H5 className={s.documentationTitle} weight="medium">
Documentation
</H5>
<NavTree
rootPath={DOCS_PAGES_ROOT_PATH}
className={s.sidebarNavTree}

0 comments on commit 57a432f

Please sign in to comment.