Skip to content

Commit

Permalink
small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freekDraad committed Jan 15, 2025
1 parent f2b3465 commit 2efbc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/document-map/src/document-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ function DocumentMap({
<Heading level={2}>Hoe werkt het?</Heading>
<Paragraph>{infoPopupContent}</Paragraph>
<Spacer size={1}/>
<Button appearance='secondary-action-button' aria-label="Close Modal" onClick={() => setModalOpen(false)}>
<Button appearance='secondary-action-button' aria-label="Info venster sluiten" onClick={() => setModalOpen(false)}>
<i className="ri-close-fill"></i>
<span>Info venster sluiten</span>
</Button>
Expand Down

0 comments on commit 2efbc04

Please sign in to comment.