Update archon-ui-main/src/features/style-guide/layouts/ProjectsLayoutExample.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
sean-eskerium
2025-10-09 21:15:14 -04:00
committed by GitHub
parent 59f4568fda
commit f0030699a8

View File

@@ -360,8 +360,11 @@ const SidebarProjectCard = ({
{project.title}
</h4>
{project.pinned && (
<div className="flex items-center gap-1 px-1.5 py-0.5 bg-purple-500 text-white text-[9px] font-bold rounded-full">
<Pin className="w-2.5 h-2.5" />
<div
className="flex items-center gap-1 px-1.5 py-0.5 bg-purple-500 text-white text-[9px] font-bold rounded-full"
aria-label="Pinned"
>
<Pin className="w-2.5 h-2.5" aria-hidden="true" />
</div>
)}
</div>