mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 10:11:35 +10:00
chore: ui updates
This commit is contained in:
@ -65,7 +65,7 @@ export default function WebhookPage() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col-reverse space-y-2 space-y-reverse sm:flex-row sm:justify-end sm:space-x-2 sm:space-y-0">
|
<div className="mt-6 flex flex-col-reverse space-y-2 space-y-reverse sm:mt-0 sm:flex-row sm:justify-end sm:space-x-2 sm:space-y-0">
|
||||||
<Button asChild variant="outline">
|
<Button asChild variant="outline">
|
||||||
<Link href={`/settings/webhooks/${webhook.id}`}>Edit</Link>
|
<Link href={`/settings/webhooks/${webhook.id}`}>Edit</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -92,7 +92,7 @@ export const CreateWebhookDialog = ({ trigger, ...props }: CreateWebhookDialogPr
|
|||||||
{trigger ?? <Button className="flex-shrink-0">Create Webhook</Button>}
|
{trigger ?? <Button className="flex-shrink-0">Create Webhook</Button>}
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
|
|
||||||
<DialogContent>
|
<DialogContent position="center">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>Create webhook</DialogTitle>
|
<DialogTitle>Create webhook</DialogTitle>
|
||||||
<DialogDescription>On this page, you can create a new webhook.</DialogDescription>
|
<DialogDescription>On this page, you can create a new webhook.</DialogDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user