diff --git a/README.md b/README.md index 5b6f363..5e34cd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. +**Slash** is an open source, self-hosted links shortener and 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/bin/slash/main.go b/bin/slash/main.go index 9ec81de..98ee3f5 100644 --- a/bin/slash/main.go +++ b/bin/slash/main.go @@ -34,7 +34,7 @@ var ( rootCmd = &cobra.Command{ Use: "slash", - Short: `An open source, self-hosted bookmarks and link sharing platform.`, + Short: `An open source, self-hosted links shortener and sharing platform.`, Run: func(_ *cobra.Command, _ []string) { ctx, cancel := context.WithCancel(context.Background()) dbDriver, err := db.NewDBDriver(serverProfile) diff --git a/frontend/extension/package.json b/frontend/extension/package.json index 8ea3b4d..899dc25 100644 --- a/frontend/extension/package.json +++ b/frontend/extension/package.json @@ -2,7 +2,7 @@ "name": "slash-extension", "displayName": "Slash", "version": "1.0.6", - "description": "An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.", + "description": "An open source, self-hosted links shortener and sharing platform. Save and share your links very easily.", "scripts": { "dev": "plasmo dev", "build": "plasmo build", diff --git a/frontend/web/src/components/AboutDialog.tsx b/frontend/web/src/components/AboutDialog.tsx index 0ae3a7e..fa2253b 100644 --- a/frontend/web/src/components/AboutDialog.tsx +++ b/frontend/web/src/components/AboutDialog.tsx @@ -21,7 +21,7 @@ const AboutDialog: React.FC = (props: Props) => {

- Slash: An open source, self-hosted bookmarks and link sharing platform. + Slash: An open source, self-hosted links shortener and sharing platform.

See more in diff --git a/frontend/web/src/components/CreateShortcutDrawer.tsx b/frontend/web/src/components/CreateShortcutDrawer.tsx index 5087be3..d5fbd99 100644 --- a/frontend/web/src/components/CreateShortcutDrawer.tsx +++ b/frontend/web/src/components/CreateShortcutDrawer.tsx @@ -339,7 +339,7 @@ const CreateShortcutDrawer: React.FC = (props: Props) => { = (props: Props) => { Description