Skip to content

Commit 54e27ca

Browse files
committed
Update sidebar label from 'more apps' to 'apps'
Changed the label in the sidebar collapsible section from 'more apps' to 'apps' for clarity and conciseness.
1 parent b3f7d24 commit 54e27ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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} />

0 commit comments

Comments
 (0)