Skip to content

Commit

Permalink
Improve uppercase letter
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-tomita committed Apr 20, 2023
1 parent 4ba173d commit 722e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/documents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Documents: Component<Props> = ({ toc }) => {
return (
<div>
<Header />
<Title label="contents | nzxt document" />
<Title label="Contents | nzxt document" />
<Content>
<h1>Contents</h1>
<ContentList toc={toc} />
Expand Down

0 comments on commit 722e73b

Please sign in to comment.