Skip to content

Commit

Permalink
Another url fix for the pep dismissal animation css file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed May 22, 2024
1 parent f5df88d commit 332c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/webapp-prompt/webapp-prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class AppPrompt {

// load animation css
const { base } = getConfig();
await loadStyle(`${base}/libs/features/webapp-prompt/focus-animation.css`);
await loadStyle(`${base}/features/webapp-prompt/focus-animation.css`);

if (this.anchorId) this.anchor = document.querySelector(`#${this.anchorId}`);
this.offset = this.anchor
Expand Down

0 comments on commit 332c265

Please sign in to comment.