diff --git a/src/lib/components/PostCard.svelte b/src/lib/components/PostCard.svelte
index 33a19a2..5f33622 100644
--- a/src/lib/components/PostCard.svelte
+++ b/src/lib/components/PostCard.svelte
@@ -56,7 +56,7 @@
t = post.content.replaceAll('\n', '
');
t = t.replaceAll(
- /#\p{L}*/u,
+ /#\p{L}*/gu,
(match) =>
`${match}`
);