Skip to content

Commit

Permalink
ui(extension): Update logo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 29, 2024
1 parent 48169a0 commit 74a4246
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/browser-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Hoarder",
"description": "An extension to bookmark links to hoarder.app",
"version": "1.1",
"version": "1.1.1",
"icons": {
"16": "public/logo-16.png",
"48": "public/logo-48.png",
Expand Down
Binary file added apps/browser-extension/public/logo-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions apps/browser-extension/src/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { PackageOpen } from "lucide-react";
import logoImg from "../public/logo-full.png";

export default function Logo() {
return (
<span className="mx-auto flex gap-2">
<PackageOpen size="40" className="my-auto" />
<p className="text-4xl">Hoarder</p>
<span className="flex items-center justify-center">
<img src={logoImg} alt="hoarder logo" className="h-10" />
</span>
);
}

0 comments on commit 74a4246

Please sign in to comment.