Update Fizzy logo with official PNG from repository
Replace custom SVG with the official app-icon.png (512x512) from the Fizzy repository. This ensures brand consistency and uses the authentic Fizzy branding. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b758b1dcf3
commit
8659ca5b0f
4 changed files with 3 additions and 3 deletions
BIN
public/svgs/fizzy.png
Normal file
BIN
public/svgs/fizzy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1160,7 +1160,7 @@
|
|||
"37signals"
|
||||
],
|
||||
"category": "productivity",
|
||||
"logo": "svgs/fizzy.svg",
|
||||
"logo": "svgs/fizzy.png",
|
||||
"minversion": "0.0.0",
|
||||
"port": "80"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1160,7 +1160,7 @@
|
|||
"37signals"
|
||||
],
|
||||
"category": "productivity",
|
||||
"logo": "svgs/fizzy.svg",
|
||||
"logo": "svgs/fizzy.png",
|
||||
"minversion": "0.0.0",
|
||||
"port": "80"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue