File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88import { GenericLoadingPage } from "@/components/blocks/skeletons/GenericLoadingPage" ;
99import { CopyTextButton } from "@/components/ui/CopyTextButton" ;
1010import { Spinner } from "@/components/ui/Spinner/Spinner" ;
11- import { Alert , AlertDescription , AlertTitle } from "@/components/ui/alert" ;
1211import { Button } from "@/components/ui/button" ;
1312import { Checkbox , CheckboxWithLabel } from "@/components/ui/checkbox" ;
1413import {
@@ -274,7 +273,7 @@ function CreateWebhookButton(props: PropsWithChildren<PayWebhooksPageProps>) {
274273
275274 < CopyTextButton
276275 textToCopy = { secret }
277- className = "!h-auto w-full justify-between truncate bg-card px-3 py-3 my-1 font-mono"
276+ className = "!h-auto my-1 w-full justify-between truncate bg-card px-3 py-3 font-mono"
278277 textToShow = { shortenString ( secret ) }
279278 copyIconPosition = "right"
280279 tooltip = "Copy Secret Key"
@@ -283,7 +282,7 @@ function CreateWebhookButton(props: PropsWithChildren<PayWebhooksPageProps>) {
283282 Passed as a bearer token in all webhook requests to verify the
284283 authenticity of the request.
285284 </ FormDescription >
286- < CheckboxWithLabel className = "text-foreground my-2" >
285+ < CheckboxWithLabel className = "my-2 text-foreground " >
287286 < Checkbox
288287 checked = { secretStored }
289288 onCheckedChange = { ( v ) => {
You can’t perform that action at this time.
0 commit comments