diff --git a/app/(editor)/create/[[...paramsArr]]/_client.tsx b/app/(editor)/create/[[...paramsArr]]/_client.tsx index 40118161..b2fad1e9 100644 --- a/app/(editor)/create/[[...paramsArr]]/_client.tsx +++ b/app/(editor)/create/[[...paramsArr]]/_client.tsx @@ -557,7 +557,7 @@ const Create = ({ session }: { session: Session | null }) => { type="button" className="relative flex w-full focus:outline-none focus:ring-2 focus:ring-pink-300 focus:ring-offset-2 active:hover:bg-neutral-50 disabled:opacity-50" > -
+
{PREVIEW_URL}
diff --git a/app/(editor)/create/[[...paramsArr]]/navigation.tsx b/app/(editor)/create/[[...paramsArr]]/navigation.tsx index d1b5397d..1af81912 100644 --- a/app/(editor)/create/[[...paramsArr]]/navigation.tsx +++ b/app/(editor)/create/[[...paramsArr]]/navigation.tsx @@ -9,6 +9,7 @@ import { Fragment } from "react"; import { type Session } from "next-auth"; import Logo from "@/icons/logo.svg"; import { type PostStatus, status } from "@/utils/post"; +import Focusable from "@/components/Focusable/Focusable"; type EditorNavProps = { session: Session | null; @@ -83,16 +84,18 @@ const EditorNav = ({ {session && ( <> - - View notifications - {hasNotifications && ( -
- )} -