Skip to content

Commit d1396ee

Browse files
committed
version bump to 21
1 parent 197adba commit d1396ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.1.8-beta-20",
3+
"version": "0.1.8-beta-21",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/FeatureDescription/FeatureTitleWithInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const FeatureTitleWithInfo = ({
2525
additionalContainerClasses,
2626
breadCrumbs = [],
2727
children,
28-
iconClassName,
28+
iconClassName = 'icon-dim-20',
2929
title,
3030
renderDescriptionContent,
3131
closeModalText,

0 commit comments

Comments
 (0)