Replace group image with more consistent svg (#5170)

This commit is contained in:
WithoutPants
2024-08-28 09:02:52 +10:00
committed by GitHub
parent b7799df2a6
commit ca55f96fd8
3 changed files with 7 additions and 1 deletions

View File

@@ -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.