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