From 546d284ee168512c46b69cfac61f75936b67d46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20In=C3=A1cio=20Neto?= Date: Fri, 24 Apr 2026 20:40:07 -0300 Subject: [PATCH 1/3] feat: add bruno and beekeeper studio svgs --- src/data/svgs.ts | 12 ++++++++++++ static/library/beekeeper-studio.svg | 1 + static/library/bruno.svg | 1 + 3 files changed, 14 insertions(+) create mode 100644 static/library/beekeeper-studio.svg create mode 100644 static/library/bruno.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 1932f7d7..7cab88a4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -4677,4 +4677,16 @@ export const svgs: iSVG[] = [ url: "https://nano.org", brandUrl: "https://assets.nano.org/", }, + { + title: "Bruno", + category: ["Software", "Devtool"], + route: "/library/bruno.svg", + url: "https://www.usebruno.com/", + }, + { + title: "Beekeeper Studio", + category: ["Software", "Database"], + route: "/library/beekeeper-studio.svg", + url: "https://www.beekeeperstudio.io/", + }, ]; diff --git a/static/library/beekeeper-studio.svg b/static/library/beekeeper-studio.svg new file mode 100644 index 00000000..90ddb832 --- /dev/null +++ b/static/library/beekeeper-studio.svg @@ -0,0 +1 @@ + diff --git a/static/library/bruno.svg b/static/library/bruno.svg new file mode 100644 index 00000000..3467805c --- /dev/null +++ b/static/library/bruno.svg @@ -0,0 +1 @@ + From 52d5646b1f4206025d2bc05ad1a3c2922c66c91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20In=C3=A1cio=20Neto?= Date: Wed, 20 May 2026 14:13:48 -0300 Subject: [PATCH 2/3] fix: brackets --- src/data/svgs.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 849c08e9..93d7b298 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -5041,11 +5041,12 @@ export const svgs: iSVG[] = [ category: ["Software", "Database"], route: "/library/beekeeper-studio.svg", url: "https://www.beekeeperstudio.io/", + }, + { title: "Photopea", category: ["Design", "Software"], route: "/library/photopea.svg", url: "https://www.photopea.com/", - }, { title: "Trello", category: ["Software", "Platform"], From ffe817dc3181bc966165f8f5e36d94d8f4e5c9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20In=C3=A1cio=20Neto?= Date: Wed, 20 May 2026 14:17:38 -0300 Subject: [PATCH 3/3] Fix formatting in svgs.ts --- src/data/svgs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 93d7b298..0e9ca129 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -5047,6 +5047,7 @@ export const svgs: iSVG[] = [ category: ["Design", "Software"], route: "/library/photopea.svg", url: "https://www.photopea.com/", + }, { title: "Trello", category: ["Software", "Platform"],