From 2aed328d5108a5e475a6232492a4f1c34481ec2e Mon Sep 17 00:00:00 2001 From: Whatever Social <109485589+privacytime101@users.noreply.github.com> Date: Wed, 24 May 2023 18:16:56 -0700 Subject: [PATCH] Shorten app descriptions --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 3969937..5422742 100644 --- a/main.go +++ b/main.go @@ -91,7 +91,7 @@ func main() { URL: "https://code.whatever.social", FaviconURL: "/static/assets/apps/code.png", Name: "AnonymousOverflow", - Description: "Whatever's own frontend for StackOverflow and StackExchange.", + Description: "Whatever's own frontend for StackOverflow.", }, { URL: "https://discuss.whatever.social", @@ -139,7 +139,7 @@ func main() { URL: "https://notavault.com", FaviconURL: "/static/assets/apps/vaultwarden.png", Name: "Vaultwarden", - Description: "Whatever's self-hosted instance of Vaultwarden, a fork of Bitwarden.", + Description: "Whatever's self-hosted instance of Vaultwarden, a Bitwarden fork.", }, }, })