💄 (titles) replace - with spaces
This commit is contained in:
@@ -44,6 +44,7 @@ export const useNote = (
|
||||
.split('/')
|
||||
.filter((path) => !path.includes('README'))
|
||||
.join('/')
|
||||
.replaceAll('-', ' ')
|
||||
|
||||
return obj
|
||||
}, {})
|
||||
|
||||
Reference in New Issue
Block a user