Skip to content

Commit 9201596

Browse files
committed
fix: get logo in content script
1 parent fa30d65 commit 9201596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content-script/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function App() {
1616
return (
1717
<div className="App">
1818
<header className="App-header">
19-
<img src={`${logo}`} className="App-logo" alt="logo" />
19+
<img src={`${getLogo()}`} className="App-logo" alt="logo" />
2020
<p>Hello, World!</p>
2121
<p>I'm a Chrome Extension Content Script!</p>
2222
</header>

0 commit comments

Comments
 (0)