We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57745c commit 46dbd61Copy full SHA for 46dbd61
1 file changed
web/src/components/CategoryList.astro
@@ -69,6 +69,8 @@ const categoryEmojis: Record<string, string> = {
69
};
70
71
function displayTitle(title: string) {
72
+ title = title.replace(/_/g, ' ');
73
+
74
switch (what) {
75
case 'all_functions':
76
case 'client_functions':
0 commit comments