From ca55f96fd87f2bfa51ea3d9dea80b54bffcda927 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:02:52 +1000 Subject: [PATCH] Replace group image with more consistent svg (#5170) --- internal/static/embed.go | 2 +- internal/static/group/group.png | Bin 405 -> 0 bytes internal/static/group/group.svg | 6 ++++++ 3 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 internal/static/group/group.png create mode 100644 internal/static/group/group.svg diff --git a/internal/static/embed.go b/internal/static/embed.go index 38614ae79..67125d826 100644 --- a/internal/static/embed.go +++ b/internal/static/embed.go @@ -28,7 +28,7 @@ const ( DefaultStudioImage = "studio/studio.svg" Group = "group" - DefaultGroupImage = "group/group.png" + DefaultGroupImage = "group/group.svg" ) // Sub returns an FS rooted at path, using fs.Sub. diff --git a/internal/static/group/group.png b/internal/static/group/group.png deleted file mode 100644 index 0bb8b00a6cfa5999b5d1218a348a42d31754c3c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 405 zcmeAS@N?(olHy`uVBq!ia0vp^DImWxe4W7D@5exIwKcl6`5 pnt7hzAcnHAbige@WAA&#_T0*4(eYz@nScSv;OXk;vd$@?2>^{`g)#sD diff --git a/internal/static/group/group.svg b/internal/static/group/group.svg new file mode 100644 index 000000000..2b9f0dcbd --- /dev/null +++ b/internal/static/group/group.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file