Skip to content

Commit 7ad25df

Browse files
committed
Minor edit
1 parent 117e423 commit 7ad25df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const config: Config = {
9393
src: 'img/cgp-logo.svg',
9494
},
9595
items: [
96-
{to: '/docs/tutorials/hello', label: 'Tutorial', position: 'left'},
96+
{to: '/docs/tutorials/hello', label: 'Tutorials', position: 'left'},
9797
{to: '/docs', label: 'Docs', position: 'left'},
9898
{to: '/blog', label: 'Blog', position: 'left'},
9999
{

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
.theme-announcement-bar {
2626
font-size: 1.2em;
27+
--docusaurus-announcement-bar-height: 2em;
2728
}
2829

2930
[data-theme='light'] {

0 commit comments

Comments
 (0)