From 74c1af2087c313743ff49782cf59d5ba09e4a99c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 19 Sep 2024 12:23:42 -0700 Subject: [PATCH 1/2] chore(site): add cursor ide icon Sourced from https://www.cursor.com/assets/images/logo.svg --- site/static/icon/cursor.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 site/static/icon/cursor.svg diff --git a/site/static/icon/cursor.svg b/site/static/icon/cursor.svg new file mode 100644 index 0000000000000..c074bf2743556 --- /dev/null +++ b/site/static/icon/cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file From 4f0ef65a01e1c8c920267a3420747ac166c5b697 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 19 Sep 2024 19:38:31 +0000 Subject: [PATCH 2/2] Add cursor icon to theme icons list --- site/src/theme/icons.json | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index 410f1de864375..7fea2d79bd29e 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -21,6 +21,7 @@ "confluence.svg", "container.svg", "cpp.svg", + "cursor.svg", "database.svg", "datagrip.svg", "dataspell.svg",