Skip to content

Commit fd551ae

Browse files
committed
fix: review comments
1 parent 0d9328e commit fd551ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const URLS = {
8585
COMPARE_CLUSTERS: '/compare-clusters',
8686
GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP,
8787
GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_CREATE: `${GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP}/create`,
88-
GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_DETAIL: `${GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP}/:templateId`,
88+
GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_DETAIL: `${GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP}/detail/:appId`,
8989
}
9090

9191
export const ROUTES = {

src/Shared/Components/GenericInfoCard/GenericInfoCard.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const GenericInfoCard = ({
3939
) : (
4040
<>
4141
{cloneElement(IconElement, {
42-
className: `${IconElement.props?.className ?? ''} icon-dim-40 dc__no-shrink br-6`,
42+
className: `${IconElement.props?.className ?? ''} icon-dim-40 dc__no-shrink br-6 dc__fill-available-space`,
4343
})}
4444

4545
<div className="flexbox-col dc__gap-8 flex-grow-1">

0 commit comments

Comments
 (0)