diff --git a/src/components/SidebarBlog.re b/src/components/SidebarBlog.re index e9c3d66..ab737b9 100644 --- a/src/components/SidebarBlog.re +++ b/src/components/SidebarBlog.re @@ -52,7 +52,7 @@ let make = (~blogIndex) => { - {"Recent posts"->String.uppercase->React.string} + {"Recent posts"->String.uppercase_ascii->React.string} {{blogIndex->Array.map(indexEntry => diff --git a/src/components/SidebarDocs.re b/src/components/SidebarDocs.re index 8066c0d..aca0cd0 100644 --- a/src/components/SidebarDocs.re +++ b/src/components/SidebarDocs.re @@ -109,7 +109,7 @@ let make = (~docsIndex, ~currentLocation) => { )}> - {section.title->String.uppercase->React.string} + {section.title->String.uppercase_ascii->React.string}