Skip to content

Commit ab998e7

Browse files
Merge pull request #774 from devtron-labs/fix/gatekeeper-first-load
fix: add lazy load for LoginBanner
2 parents 60c833b + cd7572f commit ab998e7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

src/Shared/Components/LoginBanner/LoginBanner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ const LoginBanner = () => {
146146
style={{
147147
maxHeight: '90%',
148148
}}
149+
loading="lazy"
149150
/>
150151
</div>
151152
<div className="p-40 dc__backdrop-filter bg__primary flex dc__gap-12 dc__zi-2">

0 commit comments

Comments
 (0)