diff --git a/public/svgs/fizzy.png b/public/svgs/fizzy.png new file mode 100644 index 000000000..44efbd781 Binary files /dev/null and b/public/svgs/fizzy.png differ diff --git a/templates/compose/fizzy.yaml b/templates/compose/fizzy.yaml index 59e18512c..8265d09be 100644 --- a/templates/compose/fizzy.yaml +++ b/templates/compose/fizzy.yaml @@ -2,7 +2,7 @@ # slogan: Kanban tracking tool for issues and ideas by 37signals # category: productivity # tags: kanban, project management, issues, rails, ruby, basecamp, 37signals -# logo: svgs/fizzy.svg +# logo: svgs/fizzy.png # port: 80 services: diff --git a/templates/service-templates-latest.json b/templates/service-templates-latest.json index 8831d139b..bc46c3c5d 100644 --- a/templates/service-templates-latest.json +++ b/templates/service-templates-latest.json @@ -1160,7 +1160,7 @@ "37signals" ], "category": "productivity", - "logo": "svgs/fizzy.svg", + "logo": "svgs/fizzy.png", "minversion": "0.0.0", "port": "80" }, diff --git a/templates/service-templates.json b/templates/service-templates.json index 43451d95c..7536800a0 100644 --- a/templates/service-templates.json +++ b/templates/service-templates.json @@ -1160,7 +1160,7 @@ "37signals" ], "category": "productivity", - "logo": "svgs/fizzy.svg", + "logo": "svgs/fizzy.png", "minversion": "0.0.0", "port": "80" },