From 86c446b7d8387d8a38ec4781a0b12c1fbf029ae8 Mon Sep 17 00:00:00 2001 From: Alison Clarke Date: Mon, 3 Mar 2025 23:20:34 +0000 Subject: [PATCH] fix: uri-encode tag when used as query parameter (#472) --- src/components/Tags/Tags.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tags/Tags.tsx b/src/components/Tags/Tags.tsx index b151a81..6c6a4d4 100644 --- a/src/components/Tags/Tags.tsx +++ b/src/components/Tags/Tags.tsx @@ -20,7 +20,7 @@ export function Tag({ tag, isActive, className, ...props }: TagProps) { {tag}