We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf88c8d commit ed693f9Copy full SHA for ed693f9
src/lib/SlidingPaneHeader.svelte
@@ -19,7 +19,11 @@
19
title="Open in new tab"
20
aria-label="Open in new tab"
21
>
22
- <img src=`${basePath}/icons/external-link.svg` alt="Open in new tab" class="icon" />
+ <img
23
+ src={`${basePath}icons/external-link.svg`}
24
+ alt="Open in new tab"
25
+ class="icon"
26
+ />
27
</button>
28
<!-- Desktop Expand Button (hidden on mobile) -->
29
<button
0 commit comments