atmosphere explorer
0
fork

Configure Feed

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

fix scrollintoview

Juliet 4ca7c15b c9e52c5d

+1 -1
+1 -1
src/components/json.tsx
··· 197 197 198 198 return ( 199 199 <span 200 - id={`key-${fullPath()}`} 201 200 classList={{ 202 201 "group/indent flex gap-x-1 w-full": true, 203 202 "flex-col": isObject() && !isEmpty(), ··· 209 208 > 210 209 <a 211 210 href={`#record:${fullPath()}`} 211 + id={`key-${fullPath()}`} 212 212 class="group/key rounded" 213 213 classList={{ 214 214 "text-indigo-500 hover:text-indigo-700 active:text-indigo-800 dark:text-indigo-400 dark:hover:text-indigo-300 dark:active:text-indigo-200":