File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { ChevronDown, ChevronUp } from '@lucide/astro';
2323 <div class =" my-2 h-px bg-white/10" aria-hidden =" true" ></div >
2424 <details class =" collapsible group/collapsible flex flex-col-reverse rounded-md text-[var(--color-text)]" >
2525 <summary class =" group/summary flex items-center justify-between cursor-pointer rounded-md px-4 py-2 text-sm text-white/60 hover:text-[var(--color-brand)] select-none list-none [&::-webkit-details-marker]:hidden" >
26- <span >more apps</span >
26+ <span >apps</span >
2727 <span aria-hidden =" true" class =" text-white/50 transition-colors group-hover/summary:text-[var(--color-brand)]" >
2828 <ChevronDown class =" block group-open/collapsible:hidden" size ={ 14 } stroke-width ={ 2 } />
2929 <ChevronUp class =" hidden group-open/collapsible:block" size ={ 14 } stroke-width ={ 2 } />
You can’t perform that action at this time.
0 commit comments