mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-27 11:06:41 -05:00
feat: add donation view to progress page
This commit is contained in:
3
src/composables/slugify.ts
Normal file
3
src/composables/slugify.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function slugify(str: string): string {
|
||||
return str.toLowerCase().replaceAll(/ /g, '-');
|
||||
}
|
||||
Reference in New Issue
Block a user