Skip to content

Commit e7e4dcc

Browse files
committed
chore: correct path
1 parent 227eed7 commit e7e4dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scripts/testing/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
document.head.appendChild(linkTag);
4949
}
5050

51-
const defaultThemeLinkTag = document.querySelector('link[href*="css/ionic/ionic.bundle.css"]');
51+
const defaultThemeLinkTag = document.querySelector('link[href*="css/ionic.bundle.css"]');
5252
if (defaultThemeLinkTag) {
5353
defaultThemeLinkTag.remove();
5454
}

0 commit comments

Comments
 (0)