Skip to content

Commit 16027c8

Browse files
chore(templates): Fix typo vite -> wxt (#1885)
1 parent 84405a3 commit 16027c8

File tree

1 file changed

+2
-2
lines changed
  • templates/vanilla/entrypoints/popup

1 file changed

+2
-2
lines changed

templates/vanilla/entrypoints/popup/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import './style.css';
22
import typescriptLogo from '@/assets/typescript.svg';
3-
import viteLogo from '/wxt.svg';
3+
import wxtLogo from '/wxt.svg';
44
import { setupCounter } from '@/components/counter';
55

66
document.querySelector<HTMLDivElement>('#app')!.innerHTML = `
77
<div>
88
<a href="https://wxt.dev" target="_blank">
9-
<img src="${viteLogo}" class="logo" alt="WXT logo" />
9+
<img src="${wxtLogo}" class="logo" alt="WXT logo" />
1010
</a>
1111
<a href="https://www.typescriptlang.org/" target="_blank">
1212
<img src="${typescriptLogo}" class="logo vanilla" alt="TypeScript logo" />

0 commit comments

Comments
 (0)