Skip to content

Commit

Permalink
Merge pull request #168 from ConductionNL/feature/OP-112/Download-car…
Browse files Browse the repository at this point in the history
…d-nlds

feature/OP-112/Download-card-nlds
  • Loading branch information
remko48 authored Nov 29, 2023
2 parents 84575ac + b8d80c7 commit 6ee50a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- **Version 2.2 (breaking changes from 2.1.x)**

- 2.2.38: Updated DownloadCard to show only one icon.
- 2.2.37: Updated DownloadCard to include tooltip and Removed opacity token from Tooltip the fix bug.
- 2.2.35 & 2.2.36:
- Bugfix versions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conduction/components",
"version": "2.2.37",
"version": "2.2.38",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/components/card/downloadCard/DownloadCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export const DownloadCard = ({
<div className={clsx(styles.container, [layoutClassName && layoutClassName])}>
<div className={styles.icon}>{icon ?? <FontAwesomeIcon icon={getIconFromType(type)} />}</div>
<div className={styles.content}>
<div className={styles.icon}>{icon ?? <FontAwesomeIcon icon={getIconFromType(type)} />}</div>

<Heading3
data-tooltip-id={labelTooltip && labelTooltip.id}
data-tooltip-content={labelTooltip && labelTooltip.tooltip}
Expand Down

0 comments on commit 6ee50a0

Please sign in to comment.