diff --git a/manifest.json b/manifest.json index 7c89039..8f53dc4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Double row toolbar", "version": "1.0.0", "minAppVersion": "1.8.4", - "description": "Adds a second row to the Obsidian toolbar on mobile devices, allowing for more quick access buttons.", + "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "author": "Lorens Osman", "authorUrl": "https://twitter.com/lorans_othman", "fundingUrl": "https://www.buymeacoffee.com/lorens", diff --git a/package.json b/package.json index 1db1b2d..05d5c16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "double-row-toolbar", "version": "1.0.0", - "description": "Adds a second row to the Obsidian toolbar on mobile devices, allowing for more quick access buttons.", + "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",