diff --git a/app/lish/createPub/UpdatePubForm.tsx b/app/lish/createPub/UpdatePubForm.tsx index 5f109f0d..90843f90 100644 --- a/app/lish/createPub/UpdatePubForm.tsx +++ b/app/lish/createPub/UpdatePubForm.tsx @@ -21,6 +21,7 @@ import Link from "next/link"; import { Checkbox } from "components/Checkbox"; import type { GetDomainConfigResponseBody } from "@vercel/sdk/esm/models/getdomainconfigop"; import { PubSettingsHeader } from "../[did]/[publication]/dashboard/settings/PublicationSettings"; +import { Toggle } from "components/Toggle"; export const EditPubForm = (props: { backToMenuAction: () => void; @@ -101,7 +102,7 @@ export const EditPubForm = (props: { General Settings
Logo (optional)
@@ -171,11 +172,11 @@ export const EditPubForm = (props: {Show In{" "} @@ -190,16 +191,9 @@ export const EditPubForm = (props: { page. You can change this at any time!
Show comments on posts
-