diff --git a/README.md b/README.md index 3f2a43d..2dda8ed 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 d89c773..9692ee2 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 d89c773..9692ee2 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 b188d44..41bedc6 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 27d466a..a87c529 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 1c9704c..dceffbf 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 2ab6083..0000000 Binary files a/resources/logo-pixel.png and /dev/null differ diff --git a/resources/logo.png b/resources/logo.png index d89c773..9692ee2 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 ddf2bee..0000000 Binary files a/resources/logo128.png and /dev/null differ