Removed "Back" link in create group page

This commit is contained in:
Jose Selesan
2026-09-23 09:28:29 -03:00
parent 5572ef0869
commit c1b99804b3
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ export function CreateGroupView() {
return (
<section className="mx-auto w-full max-w-md">
<Link to="/groups" className="mb-6 inline-flex items-center gap-1 text-sm font-medium text-foreground/70 transition-colors hover:text-primary">
<Link to="/groups" className="hidden mb-6 items-center gap-1 text-sm font-medium text-foreground/70 transition-colors hover:text-primary lg:inline-flex">
<ChevronLeft className="size-4" />
Grupos
</Link>