This commit is contained in:
2026-01-26 18:37:34 -03:00
parent 63c6344821
commit d28b1362e5
5 changed files with 47 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import {
BookSearchIcon,
CircleCheckBigIcon,
MegaphoneIcon,
PlusIcon,
WalletIcon
} from 'lucide-react'
import { use, useEffect, useState } from 'react'
@@ -177,7 +178,9 @@ export default function Route({
</ItemContent>
<ItemActions>
<Button size="sm" asChild>
<Link to="../enrollments/seats">Matricular agora</Link>
<Link to="../enrollments/seats">
<PlusIcon /> Matricular
</Link>
</Button>
</ItemActions>
</Item>