From 332c26563efd3bd9fd1e8d81eb1cd48d506238cf Mon Sep 17 00:00:00 2001 From: Raghav Sharma Date: Wed, 22 May 2024 17:56:47 +0530 Subject: [PATCH] Another url fix for the pep dismissal animation css file --- libs/features/webapp-prompt/webapp-prompt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/features/webapp-prompt/webapp-prompt.js b/libs/features/webapp-prompt/webapp-prompt.js index fa7934da13..0c33db2508 100644 --- a/libs/features/webapp-prompt/webapp-prompt.js +++ b/libs/features/webapp-prompt/webapp-prompt.js @@ -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