From 57c0737fcce4e92ce9d569b52f07e1f4eb64eba7 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Thu, 30 Jun 2022 10:44:59 +0100 Subject: [PATCH] Update sites.json with sensible example description text --- jumpapp/sites/sites.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jumpapp/sites/sites.json b/jumpapp/sites/sites.json index e75b2fe..66f0edd 100644 --- a/jumpapp/sites/sites.json +++ b/jumpapp/sites/sites.json @@ -8,7 +8,7 @@ { "name": "Github", "url" : "https://github.com/daledavies/jump", - "description": "This is a test", + "description": "This is an example description", "nofollow": false, "newtab": true }, @@ -19,7 +19,7 @@ { "name": "Bitwarden", "url" : "https://bitwarden.example.com", - "description": "This is another test", + "description": "This is another example of a site with a description", "icon": "bitwarden.png", "tags": ["stuff"] },