Skip to content

Commit 88820d8

Browse files
committed
Fix the badge text formatting for new guide item
1 parent a255672 commit 88820d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"readme_github": "[![README](https://img.shields.io/badge/Open-README-darkblue?logo=GitHub)]",
115115
"blog": "[![Blog](https://img.shields.io/badge/Open-Blog-darkblue?logo=Markdown)]",
116116
"tutorial": "[![Navigate to Tutorial](https://img.shields.io/badge/Navigate%20to-Tutorial-darkcyan?logo=Markdown)]",
117-
"guide": "[![Navigate to usage guide](https://img.shields.io/badge/Navigate%20to-usage-guide-darkcyan?logo=Markdown)]",
117+
"guide": "[![Navigate to usage guide](https://img.shields.io/badge/Navigate%20to-usage%20guide-darkcyan?logo=Markdown)]",
118118
"readmore": "[![Read More](https://img.shields.io/badge/Read-More-darkyellow?logo=Markdown)]",
119119
})
120120

0 commit comments

Comments
 (0)