mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 04:17:23 +00:00
Fix tag
This commit is contained in:
@@ -62,7 +62,7 @@ export default function TagsPage() {
|
||||
{tags.map((tag) => (
|
||||
<Badge
|
||||
onClick={() => {
|
||||
navigate(`/tag/${tag.name}`);
|
||||
navigate(`/tag/${encodeURIComponent(tag.name)}`);
|
||||
}}
|
||||
key={tag.name}
|
||||
className={
|
||||
|
Reference in New Issue
Block a user