From 4bda112f6399a7b0b14364353ef396691d33a99b Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sat, 10 Sep 2022 12:34:12 +0800 Subject: [PATCH 1/3] Add PocketBase icon --- _data/simple-icons.json | 5 +++++ icons/pocketbase.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pocketbase.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c77d6b553615..8565367bfc05 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8117,6 +8117,11 @@ "hex": "F43E37", "source": "https://blog.pocketcasts.com/press/" }, + { + "title": "PocketBase", + "hex": "B8DBE4", + "source": "https://pocketbase.io/images/logo.svg" + }, { "title": "Podcast Addict", "hex": "F4842D", diff --git a/icons/pocketbase.svg b/icons/pocketbase.svg new file mode 100644 index 000000000000..e22bbe2ab389 --- /dev/null +++ b/icons/pocketbase.svg @@ -0,0 +1 @@ +PocketBase \ No newline at end of file From a7950acae2eaa69a52ddf26a47da950a6e7d21df Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sat, 10 Sep 2022 12:43:10 +0800 Subject: [PATCH 2/3] Update source --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8565367bfc05..b2e10471b2ab 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8120,7 +8120,7 @@ { "title": "PocketBase", "hex": "B8DBE4", - "source": "https://pocketbase.io/images/logo.svg" + "source": "https://pocketbase.io" }, { "title": "Podcast Addict", From fc6c64a0e49354174e9c90d8ed2a4f0702961149 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sat, 10 Sep 2022 23:37:18 +0800 Subject: [PATCH 3/3] Change source to permalink Co-authored-by: LitoMore --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b2e10471b2ab..a0ee33b8c4e1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8120,7 +8120,7 @@ { "title": "PocketBase", "hex": "B8DBE4", - "source": "https://pocketbase.io" + "source": "https://github.com/pocketbase/pocketbase/blob/4b64e0910b7dc527ff3de8cdacec074e40449e2e/ui/dist/images/logo.svg" }, { "title": "Podcast Addict",