Skip to content

Commit

Permalink
implemented link to group settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKymYE committed Oct 29, 2023
1 parent fab2f2d commit 69b166c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ defineProps<Props>()
>
<span class="flex gap-x-4">
{{ $props.groupName }}
<cog-6-tooth-icon class="w-6"></cog-6-tooth-icon>
<cog-6-tooth-icon class="w-6" @click="router.push(`/group/${id}`)"></cog-6-tooth-icon>
</span>
<arrow-right-icon
class="w-6"
Expand Down

0 comments on commit 69b166c

Please sign in to comment.