this repo has no description
0
fork

Configure Feed

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

fix labels font weight

Juliet 8ada2b02 fc2acefc

+2 -2
+2 -2
src/components/navbar.tsx
··· 139 139 <A 140 140 end 141 141 href={`/at://${props.params.repo}/labels`} 142 - class="py-0.5" 143 - inactiveClass="text-blue-400 grow font-medium hover:text-blue-500 transition-colors duration-150 dark:hover:text-blue-300" 142 + class="py-0.5 font-medium" 143 + inactiveClass="text-blue-400 grow hover:text-blue-500 transition-colors duration-150 dark:hover:text-blue-300" 144 144 > 145 145 labels 146 146 </A>