diff --git a/packages/popup/src/Popup.tsx b/packages/popup/src/Popup.tsx index 6ec0b4d34..3b1d85537 100644 --- a/packages/popup/src/Popup.tsx +++ b/packages/popup/src/Popup.tsx @@ -16,11 +16,10 @@ const Popup = () => { backgroundColor: theme === 'light' ? '#eee' : '#222', }}>
- {/*TODO: ADD asset managing module or some other solution */} logo

- Edit packages/popup/src/Popup.tsx and save to reload. + Edit pages/popup/src/Popup.tsx and save to reload.

content view; + return ( +
+ Edit pages/content-ui/src/app.tsx and save to reload. +
+ ); } diff --git a/pages/devtools-panel/src/Panel.tsx b/pages/devtools-panel/src/Panel.tsx index 06e7954f6..3eefae888 100644 --- a/pages/devtools-panel/src/Panel.tsx +++ b/pages/devtools-panel/src/Panel.tsx @@ -8,7 +8,7 @@ import { const Panel = () => { const theme = useStorageSuspense(exampleThemeStorage); - console.log(chrome.runtime.getURL('logo.svg')); + return (
{
logo

- Edit packages/devtools-panel/src/Panel.tsx and save to reload. + Edit pages/devtools-panel/src/Panel.tsx and save to reload.

{ backgroundColor: theme === 'light' ? '#eee' : '#222', }}>
- {/*TODO: ADD asset managing module or some other solution */} logo

- Edit packages/newtab/src/Newtab.tsx and save to reload. + Edit pages/newtab/src/Newtab.tsx and save to reload.

{ style={{ backgroundColor: theme === 'light' ? '#eee' : '#222', }}> - {/*TODO: ADD asset managing module or some other solution */} logo Options + Edit pages/options/src/Options.tsx and save to reload. +
); }; diff --git a/pages/sidepanel/src/SidePanel.tsx b/pages/sidepanel/src/SidePanel.tsx index 55c6e4605..c3007ebe2 100644 --- a/pages/sidepanel/src/SidePanel.tsx +++ b/pages/sidepanel/src/SidePanel.tsx @@ -16,10 +16,9 @@ const SidePanel = () => { backgroundColor: theme === 'light' ? '#eee' : '#222', }}>
- {/*TODO: ADD asset managing module or some other solution */} logo

- Edit packages/sidepanel/src/SidePanel.tsx and save to reload. + Edit pages/sidepanel/src/SidePanel.tsx and save to reload.