From 7dcfc8ee473668ed0df7f92af616ff8847fd5a9b Mon Sep 17 00:00:00 2001 From: Sven <67653224+sv3nnie@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:54:38 +0200 Subject: [PATCH] [auth] Add Wargaming icon (#3529) ## Description Adds the Wargaming.net icon to Ente Auth --- auth/assets/custom-icons/_data/custom-icons.json | 3 +++ auth/assets/custom-icons/icons/wargaming.svg | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 auth/assets/custom-icons/icons/wargaming.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index 2902f48ddc..14ccef985e 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -695,6 +695,9 @@ { "title": "Vikunja" }, + { + "title": "WARGAMING.NET" + }, { "title": "Wealthfront" }, diff --git a/auth/assets/custom-icons/icons/wargaming.svg b/auth/assets/custom-icons/icons/wargaming.svg new file mode 100644 index 0000000000..cceb66ccf6 --- /dev/null +++ b/auth/assets/custom-icons/icons/wargaming.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file