atmosphere explorer
0
fork

Configure Feed

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

truncate ref

Juliet 95268bfb 6dc8912b

+1 -1
+1 -1
src/components/lexicon-schema.tsx
··· 112 112 <button 113 113 type="button" 114 114 onClick={handleClick} 115 - class="inline-block cursor-pointer rounded bg-blue-100 px-1.5 py-0.5 font-mono text-xs text-blue-800 hover:bg-blue-200 hover:underline active:bg-blue-200 dark:bg-blue-900/30 dark:text-blue-300 dark:hover:bg-blue-900/50 dark:active:bg-blue-900/50" 115 + class="inline-block cursor-pointer truncate rounded bg-blue-100 px-1.5 py-0.5 font-mono text-xs text-blue-800 hover:bg-blue-200 hover:underline active:bg-blue-200 dark:bg-blue-900/30 dark:text-blue-300 dark:hover:bg-blue-900/50 dark:active:bg-blue-900/50" 116 116 > 117 117 {displayType} 118 118 </button>