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.

Cover image: reframe fallback hint as a conditional

Drop the em-dash and split the empty-state hint into two sentences,
making it clear the first article image is used only if no cover is set.

+2 -2
+2 -2
src/components/CoverImagePicker.tsx
··· 84 84 { uploading ? 'Uploading…' : 'Upload cover image' } 85 85 </button> 86 86 <p className="studio__cover-hint"> 87 - No cover set — the first image in your article will be used. PNG, JPG, 88 - or GIF, max 1 MB. 87 + No cover set. If you don&apos;t add one, the first image in your 88 + article will be used. PNG, JPG, or GIF, max 1 MB. 89 89 </p> 90 90 </div> 91 91 ) }