update package
This commit is contained in:
@@ -10,8 +10,7 @@ import { Suspense } from 'react'
|
||||
import { Await, NavLink, useParams, useRevalidator } from 'react-router'
|
||||
import { toast } from 'sonner'
|
||||
|
||||
import { Abbr } from '@/components/abbr'
|
||||
|
||||
import { Abbr } from '@repo/ui/components/abbr'
|
||||
import { Skeleton } from '@repo/ui/components/skeleton'
|
||||
import {
|
||||
AlertDialog,
|
||||
@@ -180,8 +179,11 @@ function RevokeItem({ id }: { id: string }) {
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogTitle>Tem certeza absoluta?</AlertDialogTitle>
|
||||
<AlertDialogDescription>
|
||||
Esta ação não pode ser desfeita. Isso revogará permanentemente os
|
||||
privilégios deste gestor.
|
||||
Esta ação não pode ser desfeita. Isso{' '}
|
||||
<span className="font-bold">
|
||||
revogará permanentemente os privilégios
|
||||
</span>{' '}
|
||||
deste gestor.
|
||||
</AlertDialogDescription>
|
||||
</AlertDialogHeader>
|
||||
<AlertDialogFooter className="*:cursor-pointer">
|
||||
|
||||
Reference in New Issue
Block a user