diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index 299520daf..049c1cc58 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -7,6 +7,7 @@ :root { @apply antialiased; + accent-color: var(--accent-color); font-variant-ligatures: common-ligatures; } diff --git a/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue b/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue index 85f4d4c61..899e8b0e6 100644 --- a/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue +++ b/packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue @@ -58,6 +58,7 @@ ref="previewFrame" class="covers-response" src="about:blank" + loading="lazy" > diff --git a/packages/hoppscotch-app/locales/en.json b/packages/hoppscotch-app/locales/en.json index 54b897b64..533cf8a48 100644 --- a/packages/hoppscotch-app/locales/en.json +++ b/packages/hoppscotch-app/locales/en.json @@ -351,7 +351,7 @@ "light_mode": "Light", "official_proxy_hosting": "Official Proxy is hosted by Hoppscotch.", "profile": "Profile", - "profile_description": "Update you profile details", + "profile_description": "Update your profile details", "profile_name": "Profile name", "proxy": "Proxy", "proxy_url": "Proxy URL", diff --git a/packages/hoppscotch-app/pages/profile.vue b/packages/hoppscotch-app/pages/profile.vue index 566628438..dc0ad3610 100644 --- a/packages/hoppscotch-app/pages/profile.vue +++ b/packages/hoppscotch-app/pages/profile.vue @@ -62,7 +62,7 @@ {{ $t("settings.profile_description") }}