Commit 5a995322 authored by Mike Conley's avatar Mike Conley
Browse files

Bug 1813141 - Use a relative path for the progress mask image in the...

Bug 1813141 - Use a relative path for the progress mask image in the MigrationWizard Storybook story. r=hjones

Differential Revision: https://phabricator.services.mozilla.com/D168136
parent 487ce9d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ const Template = ({ state, dialogMode }) => {
  style.textContent = `
    @media (prefers-reduced-motion: no-preference) {
      migration-wizard::part(progress-spinner) {
        mask: url(/migration/progress-mask.svg);
        mask: url(./migration/progress-mask.svg);
      }
    }
  `;