diff --git a/frontend/src/pages/tags_page.tsx b/frontend/src/pages/tags_page.tsx index 1b2ac0e..f35cff2 100644 --- a/frontend/src/pages/tags_page.tsx +++ b/frontend/src/pages/tags_page.tsx @@ -62,7 +62,7 @@ export default function TagsPage() { {tags.map((tag) => ( { - navigate(`/tag/${tag.name}`); + navigate(`/tag/${encodeURIComponent(tag.name)}`); }} key={tag.name} className={