mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user