Skip to content

Commit

Permalink
chore: change title in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jun 21, 2024
1 parent a045420 commit c2b3e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoints/popup/TopBar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function TopBar() {
return (
<div className="h-12 flex items-center justify-between bg-black p-2">
<div className="text-xl">InNoHassle Extension</div>
<div className="text-xl">InNoHassle Tools</div>
<button type="button" onClick={() => chrome.runtime.openOptionsPage()} className="i-material-symbols-settings-rounded text-xl" />
</div>
)
Expand Down

0 comments on commit c2b3e05

Please # to comment.