feat: chrome extension works

This commit is contained in:
knownotunknown
2024-02-19 23:03:53 -06:00
committed by doprz
parent c4a738f281
commit 35f3c72250
3 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default function PopupMain() {
return (
<ExtensionRoot>
<div className="p-4 bg-white max-w-sm mx-auto rounded-lg shadow-md">
<div className="mx-auto max-w-sm rounded-lg bg-white p-4 shadow-md">
<div className="mb-2 flex items-center justify-between bg-white">
<div className="flex items-center">
<img src={logoImage} alt="Logo" style={{ width: '40px', height: '40px', marginRight: '8px' }} />