Skip to content

Commit

Permalink
feat: more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Dec 14, 2024
1 parent 5561389 commit e046ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HungerAlert/HungerAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default function HungerAlert({ countryFcsData, countryMapData }: HungerAl
columns={HungerAlertOperations.getHungerAlertModalColumns()}
data={displayedRows}
className="mb-3 min-h-[26rem]"
ariaLabel="Number of countries with high levels of hunger"
/>
<Pagination isCompact showControls page={page} total={totalPages} onChange={(newPage) => setPage(newPage)} />
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function Sidebar({ countryMapData, fcsData }: SidebarProps) {
classNames={{ popoverContent: 'bg-clickableSecondary' }}
variant="faded"
color="primary"
aria-label="Search a country"
selectedKey={selectedCountryId !== null ? selectedCountryId.toString() : ''}
>
{countryMapData.features
Expand Down

0 comments on commit e046ea2

Please sign in to comment.