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