feat: show provider in quick actions (#955)

This commit is contained in:
Stavros
2026-06-28 17:58:11 +03:00
committed by GitHub
parent 08af4557fd
commit 09ec40cb76
7 changed files with 125 additions and 24 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ function LogoutLayout({ children, logoutMutation }: LogoutLayoutProps) {
</CardHeader>
<CardFooter>
<Button
className="w-full"
className="w-full text-destructive"
variant="outline"
loading={logoutMutation.isPending}
onClick={() => logoutMutation.mutate()}