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 fa30d65 commit 9201596Copy full SHA for 9201596
content-script/src/App.tsx
@@ -16,7 +16,7 @@ function App() {
16
return (
17
<div className="App">
18
<header className="App-header">
19
- <img src={`${logo}`} className="App-logo" alt="logo" />
+ <img src={`${getLogo()}`} className="App-logo" alt="logo" />
20
<p>Hello, World!</p>
21
<p>I'm a Chrome Extension Content Script!</p>
22
</header>
0 commit comments