a tool for shared writing and social publishing
0
fork

Configure Feed

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

add some help text when adding the domain

+6 -1
+6 -1
components/ShareOptions/DomainOptions.tsx
··· 262 262 let [value, setValue] = useState(""); 263 263 return ( 264 264 <div className="flex flex-col gap-1 px-3 py-1 max-w-full w-[600px]"> 265 - <h3 className="text-secondary">Add a New Domain</h3> 265 + <div> 266 + <h3 className="text-secondary">Add a New Domain</h3> 267 + <div className="text-xs italic text-secondary"> 268 + Don't include the protocol or path, just the base domain name for now 269 + </div> 270 + </div> 266 271 267 272 <Input 268 273 className="input-with-border"