We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84405a3 commit 16027c8Copy full SHA for 16027c8
templates/vanilla/entrypoints/popup/main.ts
@@ -1,12 +1,12 @@
1
import './style.css';
2
import typescriptLogo from '@/assets/typescript.svg';
3
-import viteLogo from '/wxt.svg';
+import wxtLogo from '/wxt.svg';
4
import { setupCounter } from '@/components/counter';
5
6
document.querySelector<HTMLDivElement>('#app')!.innerHTML = `
7
<div>
8
<a href="https://wxt.dev" target="_blank">
9
- <img src="${viteLogo}" class="logo" alt="WXT logo" />
+ <img src="${wxtLogo}" class="logo" alt="WXT logo" />
10
</a>
11
<a href="https://www.typescriptlang.org/" target="_blank">
12
<img src="${typescriptLogo}" class="logo vanilla" alt="TypeScript logo" />
0 commit comments