A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

Sign-in: link account creation to mu.social / the ATmosphere

+5 -3
+5 -3
src/components/SignInPanel.tsx
··· 1 1 import { useState } from 'react'; 2 2 3 + import { ATMOSPHERE_WEB_BASE } from '../lib/social/atmosphere-url'; 4 + 3 5 interface Props { 4 6 /** True when opened from "Publish" — the copy promises a publish on return. */ 5 7 forPublish: boolean; ··· 66 68 Need an account?{ ' ' } 67 69 <a 68 70 className="signin-panel__signup-link" 69 - href="https://bsky.app" 71 + href={ ATMOSPHERE_WEB_BASE } 70 72 target="_blank" 71 73 rel="noopener noreferrer" 72 - aria-label="Create an account on Bluesky (opens in a new tab)" 74 + aria-label="Create an account on the ATmosphere (opens in a new tab)" 73 75 > 74 - Create one on Bluesky 76 + Create one on the ATmosphere 75 77 { /* Standard external-link glyph — same icon as the author page's Bluesky link. */ } 76 78 <svg 77 79 className="signin-panel__external"