mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-12-06 16:13:52 +01:00
✨ style: in style label
This commit is contained in:
@@ -37,6 +37,7 @@ export function PackageCard({ package: pkg }: PackageCardProps) {
|
|||||||
<ExpandButton
|
<ExpandButton
|
||||||
expanded={expanded}
|
expanded={expanded}
|
||||||
onClick={() => setExpanded(!expanded)}
|
onClick={() => setExpanded(!expanded)}
|
||||||
|
aria-label={expanded ? 'Collapse package details' : 'Expand package details'}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user