···11import { useState } from 'react';
2233+import { ATMOSPHERE_WEB_BASE } from '../lib/social/atmosphere-url';
44+35interface Props {
46 /** True when opened from "Publish" — the copy promises a publish on return. */
57 forPublish: boolean;
···6668 Need an account?{ ' ' }
6769 <a
6870 className="signin-panel__signup-link"
6969- href="https://bsky.app"
7171+ href={ ATMOSPHERE_WEB_BASE }
7072 target="_blank"
7173 rel="noopener noreferrer"
7272- aria-label="Create an account on Bluesky (opens in a new tab)"
7474+ aria-label="Create an account on the ATmosphere (opens in a new tab)"
7375 >
7474- Create one on Bluesky
7676+ Create one on the ATmosphere
7577 { /* Standard external-link glyph — same icon as the author page's Bluesky link. */ }
7678 <svg
7779 className="signin-panel__external"