Skip to content

Commit

Permalink
fix: add brave warning to connection dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-crabnebula committed Jun 10, 2024
1 parent 34b6299 commit 98ca8db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Dialog } from "~/base-components/dialog";
import { AlertDialog } from "@kobalte/core";
import { Signal } from "solid-js";
import { BraveWarning } from "../warnings/brave-warning";

type Props = {
host: string;
Expand Down Expand Up @@ -41,6 +42,7 @@ export function ConnectionFailedDialog(props: Props) {
<p class="text-xl">
Are you sure your app is running and setup with the DevTools plugin?
</p>
<BraveWarning />
</Dialog>
);
}

0 comments on commit 98ca8db

Please sign in to comment.