Skip to content

Commit

Permalink
White space nit: restore terminal newlines [#962]
Browse files Browse the repository at this point in the history
genehack committed Jan 15, 2025
1 parent 20776cb commit fe047d4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static-site/components/nav/styles.module.css
Original file line number Diff line number Diff line change
@@ -33,4 +33,4 @@
.nav .wordmark > span {
font-size: 20px;
font-weight: 400;
}
}
2 changes: 1 addition & 1 deletion static-site/src/components/nav-bar/index.tsx
Original file line number Diff line number Diff line change
@@ -160,4 +160,4 @@ const NavBar = ({ minified }: {
// include this as part of navbar when help page is complete on static
// {this.getLink("Help", "/help", styles)}

export default NavBar;
export default NavBar;

0 comments on commit fe047d4

Please sign in to comment.