From e17507d5475cf9fc8a6bbed20265f5217e8dc182 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 7 Jul 2024 13:16:30 +0200 Subject: [PATCH] feat: add books icon and update service icon reference Added a new 'books' icon SVG file to the asset directory to enhance the icon set. Updated the icon reference in services.json from 'book' to 'books' for better visual representation and icon alignment. This change improves the visual consistency and clarity in the service icons. --- assets/dist/icons/books.svg | 1 + data/services.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/dist/icons/books.svg diff --git a/assets/dist/icons/books.svg b/assets/dist/icons/books.svg new file mode 100644 index 0000000..2afbbd7 --- /dev/null +++ b/assets/dist/icons/books.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index d16b50c..6b9f6ab 100644 --- a/data/services.json +++ b/data/services.json @@ -284,7 +284,7 @@ "url": "https://biblioreads.private.coffee" } ], - "icon": "book", + "icon": "books", "exclude_from_index": false, "exclude_from_simple": false },