mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 09:56:36 +00:00
improve spacing and column layout on mobile
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
CardContent,
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
CardTitle
|
||||
CardTitle,
|
||||
} from "@app/components/ui/card";
|
||||
import { useEnvContext } from "@app/hooks/useEnvContext";
|
||||
import { XCircle } from "lucide-react";
|
||||
@@ -20,7 +20,7 @@ type InviteStatusCardProps = {
|
||||
|
||||
export default function InviteStatusCard({
|
||||
type,
|
||||
token
|
||||
token,
|
||||
}: InviteStatusCardProps) {
|
||||
const router = useRouter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user