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