diff --git a/app/lish/[did]/[publication]/dashboard/page.tsx b/app/lish/[did]/[publication]/dashboard/page.tsx index 6dfd25bb..4e9bfe4a 100644 --- a/app/lish/[did]/[publication]/dashboard/page.tsx +++ b/app/lish/[did]/[publication]/dashboard/page.tsx @@ -8,6 +8,7 @@ import { AtUri } from "@atproto/syntax"; import { NotFoundLayout } from "components/PageLayouts/NotFoundLayout"; import PublicationDashboard from "./PublicationDashboard"; import { normalizePublicationRecord } from "src/utils/normalizeRecords"; +import { LoginModal } from "components/LoginButton"; export async function generateMetadata(props: { params: Promise<{ publication: string; did: string }>; @@ -37,7 +38,16 @@ export default async function Publication(props: { if (!identity || !identity.atp_did) return ( -

Looks like you're not logged in.

+

+ Looks like you're not logged in.{" "} + Log in here + } + /> + ! +

If the issue persists please{" "} send us a note.