fix: add Daytona cloud logo (#3274)
Some checks are pending
CLI Release / Build and release CLI (push) Waiting to run
Lint / ShellCheck (push) Waiting to run
Lint / Biome Lint (push) Waiting to run
Lint / macOS Compatibility (push) Waiting to run

Adds the Daytona icon (from their GitHub org avatar) so the cloud
picker shows a proper logo instead of a text "D" placeholder.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
Ahmed Abushagur 2026-04-11 17:57:38 -07:00 committed by GitHub
parent 9e533fac6e
commit d927770b9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -15,6 +15,10 @@
"url": "https://www.gstatic.com/cgc/super_cloud.png",
"ext": "png"
},
"daytona": {
"url": "https://avatars.githubusercontent.com/u/130513197?v=4&s=128",
"ext": "png"
},
"sprite": {
"url": "https://sprites.dev/images/favicon/apple-touch-icon.png",
"ext": "png"

BIN
assets/clouds/daytona.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -439,7 +439,8 @@
"image": "daytonaio/sandbox:latest",
"size": "small"
},
"notes": "Uses the Daytona SDK for sandbox lifecycle, file transfer, and signed preview URLs. SSH access tokens are minted on demand and never persisted."
"notes": "Uses the Daytona SDK for sandbox lifecycle, file transfer, and signed preview URLs. SSH access tokens are minted on demand and never persisted.",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/clouds/daytona.png"
},
"sprite": {
"name": "Sprite",