From 7ef28de5a64f82cbe9050b9ea042c87299f8be80 Mon Sep 17 00:00:00 2001 From: DevCats Date: Tue, 6 May 2025 16:46:42 +0000 Subject: [PATCH] chore: add custom aider icon (#17682) Created Custom SVG from Aider PNG and upload from module to static site icons --- site/src/theme/icons.json | 1 + site/static/icon/aider.svg | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 site/static/icon/aider.svg diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index a9307bfc78446..9dcc10321682c 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -1,4 +1,5 @@ [ + "aider.svg", "almalinux.svg", "android-studio.svg", "apache-guacamole.svg", diff --git a/site/static/icon/aider.svg b/site/static/icon/aider.svg new file mode 100644 index 0000000000000..44e064ff3abb4 --- /dev/null +++ b/site/static/icon/aider.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file