diff --git a/README.md b/README.md index 3f2a43d1..2dda8ed2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Slash -logo +logo **Slash** is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. diff --git a/frontend/extension/assets/icon.png b/frontend/extension/assets/icon.png index d89c7738..9692ee28 100644 Binary files a/frontend/extension/assets/icon.png and b/frontend/extension/assets/icon.png differ diff --git a/frontend/web/public/logo.png b/frontend/web/public/logo.png index d89c7738..9692ee28 100644 Binary files a/frontend/web/public/logo.png and b/frontend/web/public/logo.png differ diff --git a/frontend/web/src/components/Header.tsx b/frontend/web/src/components/Header.tsx index b188d448..41bedc6e 100644 --- a/frontend/web/src/components/Header.tsx +++ b/frontend/web/src/components/Header.tsx @@ -29,7 +29,7 @@ const Header: React.FC = () => {
- + Slash {profile.plan === PlanType.PRO && ( diff --git a/frontend/web/src/pages/SignIn.tsx b/frontend/web/src/pages/SignIn.tsx index 27d466a3..a87c5296 100644 --- a/frontend/web/src/pages/SignIn.tsx +++ b/frontend/web/src/pages/SignIn.tsx @@ -71,7 +71,7 @@ const SignIn: React.FC = () => {
- logo + logo Slash
diff --git a/frontend/web/src/pages/SignUp.tsx b/frontend/web/src/pages/SignUp.tsx index 1c9704c3..dceffbfe 100644 --- a/frontend/web/src/pages/SignUp.tsx +++ b/frontend/web/src/pages/SignUp.tsx @@ -78,7 +78,7 @@ const SignUp: React.FC = () => {
- logo + logo Slash

{t("auth.create-your-account")}

diff --git a/resources/logo-pixel.png b/resources/logo-pixel.png deleted file mode 100644 index 2ab60838..00000000 Binary files a/resources/logo-pixel.png and /dev/null differ diff --git a/resources/logo.png b/resources/logo.png index d89c7738..9692ee28 100644 Binary files a/resources/logo.png and b/resources/logo.png differ diff --git a/resources/logo128.png b/resources/logo128.png deleted file mode 100644 index ddf2beef..00000000 Binary files a/resources/logo128.png and /dev/null differ