atmosphere explorer
0
fork

Configure Feed

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

remove mono font on inherit audience

Juliet df5fe736 1f0f86de

+2 -2
+2 -2
src/components/lexicon-schema.tsx
··· 370 370 371 371 {/* Inherit Audience */} 372 372 <Show when={props.permission.inheritAud}> 373 - <div class="flex items-center gap-2 text-xs"> 373 + <div class="flex items-center gap-1 text-xs"> 374 374 <span class="font-semibold text-neutral-500 dark:text-neutral-400"> 375 375 Inherit Audience: 376 376 </span> 377 - <span class="font-mono">true</span> 377 + <span>true</span> 378 378 </div> 379 379 </Show> 380 380 </div>