Skip to content

Commit ebc205e

Browse files
committed
Merge branch 'main' into demo/resource-browser
2 parents 1bb90c6 + 1e2ac23 commit ebc205e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0.78-beta-1",
3+
"version": "0.0.79-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Helper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'
66
import { useLocation } from 'react-router-dom'
77
import { toast } from 'react-toastify'
88
import YAML from 'yaml'
9-
import { DISCORD_LINK, ERROR_EMPTY_SCREEN, SortingOrder, TOKEN_COOKIE_NAME, EXCLUDED_FALSY_VALUES } from './Constants'
9+
import { ERROR_EMPTY_SCREEN, SortingOrder, TOKEN_COOKIE_NAME, EXCLUDED_FALSY_VALUES, DISCORD_LINK } from './Constants'
1010
import { ServerErrors } from './ServerError'
1111
import { toastAccessDenied } from './ToastBody'
1212
import { AsyncOptions, AsyncState, UseSearchString } from './Types'

src/Common/ImageTags.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export const ImageTagsContainer = ({
254254

255255
const renderInfoCard = (): JSX.Element => (
256256
<InfoIconTippy
257-
heading="Release tags"
257+
heading="Image labels"
258258
additionalContent={getBuildContextAdditionalContent()}
259259
iconClassName="fcn-5 ml-4 icon-dim-16"
260260
/>

0 commit comments

Comments
 (0)