From e623762b159abbb9275fb7b4025849ce0fd9a17a Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 4 Aug 2024 13:24:30 +0200 Subject: [PATCH] feat: add new lock-key icon for better visual clarity Introduced a new 'lock-key' SVG icon to improve representation of the lock feature in the UI. Updated services.json to reference the new icon, replacing the old 'lock' icon reference. This enhances clarity and user experience by providing a more intuitive graphic. --- assets/dist/icons/lock-key.svg | 1 + data/services.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/dist/icons/lock-key.svg diff --git a/assets/dist/icons/lock-key.svg b/assets/dist/icons/lock-key.svg new file mode 100644 index 0000000..e033ef8 --- /dev/null +++ b/assets/dist/icons/lock-key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index ce52c2b..21dacd0 100644 --- a/data/services.json +++ b/data/services.json @@ -236,7 +236,7 @@ "url": "https://ots.private.coffee" } ], - "icon": "lock", + "icon": "lock-key", "exclude_from_index": false, "exclude_from_simple": false },