Skip to content

Commit fe8aea2

Browse files
committed
lint
1 parent 4d55060 commit fe8aea2

File tree

1 file changed

+2
-3
lines changed
  • apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components

1 file changed

+2
-3
lines changed

apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components/webhooks.client.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
import { GenericLoadingPage } from "@/components/blocks/skeletons/GenericLoadingPage";
99
import { CopyTextButton } from "@/components/ui/CopyTextButton";
1010
import { Spinner } from "@/components/ui/Spinner/Spinner";
11-
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
1211
import { Button } from "@/components/ui/button";
1312
import { Checkbox, CheckboxWithLabel } from "@/components/ui/checkbox";
1413
import {
@@ -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) => {

0 commit comments

Comments
 (0)