Fix route to tag path

This commit is contained in:
Chewbacca
2023-04-21 09:36:26 -04:00
parent 7842f8e7dc
commit 6977d305bf

View File

@ -121,7 +121,7 @@ const GroupTagListItem = (props: IGroupMemberListItem) => {
return (
<HStack alignItems='center' justifyContent='between'>
<Link to={`/groups/${group.id}/tag/${tag.id}`} className='group grow'>
<Link to={`/group/${group.slug}/tag/${tag.id}`} className='group grow'>
<Stack>
<Text
weight='bold'