diff --git a/README.md b/README.md
index 21ee7bd..5b6f363 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# Slash
-
-
**Slash** is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them with custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration.
🧩 Browser extension(v1.0.0) now available! - [Chrome Web Store](https://chrome.google.com/webstore/detail/slash/ebaiehmkammnacjadffpicipfckgeobg), [Firefox Add-on](https://addons.mozilla.org/firefox/addon/your-slash/)
diff --git a/docs/assets/logo.png b/docs/assets/logo.png
deleted file mode 100644
index 8a19e75..0000000
Binary files a/docs/assets/logo.png and /dev/null differ
diff --git a/frontend/extension/assets/icon.png b/frontend/extension/assets/icon.png
index 8a19e75..c513179 100644
Binary files a/frontend/extension/assets/icon.png and b/frontend/extension/assets/icon.png differ
diff --git a/frontend/extension/package.json b/frontend/extension/package.json
index 36da45d..8ea3b4d 100644
--- a/frontend/extension/package.json
+++ b/frontend/extension/package.json
@@ -1,7 +1,7 @@
{
"name": "slash-extension",
"displayName": "Slash",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.",
"scripts": {
"dev": "plasmo dev",
diff --git a/frontend/extension/src/components/Logo.tsx b/frontend/extension/src/components/Logo.tsx
index b3e3270..63e8d6d 100644
--- a/frontend/extension/src/components/Logo.tsx
+++ b/frontend/extension/src/components/Logo.tsx
@@ -1,12 +1,12 @@
import classNames from "classnames";
-import LogoBase64 from "data-base64:../../assets/icon.png";
+import Icon from "./Icon";
interface Props {
className?: string;
}
const Logo = ({ className }: Props) => {
- return
;
+ return
{t("auth.create-your-account")}