Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-agg committed Mar 15, 2024
1 parent 4e2c37e commit cbf58fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/pages/AppList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@
id="media-block"
data-glean-label="Home page: {app.app_name}"
>
<div class="mzp-c-card-media-wrapper" id="media-wrapper" style="pointer-events:none">
<div
class="mzp-c-card-media-wrapper"
id="media-wrapper"
style="pointer-events:none"
>
<img
class="mzp-c-card-imgage"
src={app.logo || "/img/app-logos/mozilla.png"}
Expand Down
2 changes: 1 addition & 1 deletion src/telemetry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function initializeTelemetry() {
Glean.initialize("__GLEAN_APPLICATION_ID__", !isDNTEnabled, {
appBuild: "__VERSION__",
appDisplayVersion: "__DISPLAY_VERSION__",
enableAutoElementClickEvents:true
enableAutoElementClickEvents: true,
});

/* eslint-disable no-undef, no-constant-condition */
Expand Down

0 comments on commit cbf58fe

Please sign in to comment.