From f0cbf999a8a7eecd16b1692c85d731b78f8850cf 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 546598d..cabca37 100644 --- a/data/services.json +++ b/data/services.json @@ -224,7 +224,7 @@ "url": "https://ots.private.coffee" } ], - "icon": "lock", + "icon": "lock-key", "exclude_from_index": false, "exclude_from_simple": false },