update alert
This commit is contained in:
@@ -164,7 +164,7 @@ export default function Route({
|
|||||||
{seats?.items?.length > 0 && (
|
{seats?.items?.length > 0 && (
|
||||||
<Item
|
<Item
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="border-dashed bg-green-600/10 border-green-800"
|
className="bg-green-500/15 border-green-600/60 rounded-2xl"
|
||||||
>
|
>
|
||||||
<ItemMedia variant="icon">
|
<ItemMedia variant="icon">
|
||||||
<MegaphoneIcon />
|
<MegaphoneIcon />
|
||||||
@@ -177,7 +177,7 @@ export default function Route({
|
|||||||
</ItemDescription>
|
</ItemDescription>
|
||||||
</ItemContent>
|
</ItemContent>
|
||||||
<ItemActions>
|
<ItemActions>
|
||||||
<Button size="sm" asChild>
|
<Button size="sm" variant="outline" asChild>
|
||||||
<Link to="../enrollments/seats">
|
<Link to="../enrollments/seats">
|
||||||
<PlusIcon /> Matricular
|
<PlusIcon /> Matricular
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user