fix(bun): change default icon (#5880)

* feat: change bun icon #5871

* fix: reverts docs
This commit is contained in:
Ramy
2024-03-30 09:38:19 +01:00
committed by GitHub
parent df477694d3
commit be4e97c2d9
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -94,7 +94,7 @@
"disabled": false,
"format": "via [$symbol($version )]($style)",
"style": "bold red",
"symbol": "🍞 ",
"symbol": "🥟 ",
"version_format": "v${raw}"
},
"allOf": [
@@ -2119,7 +2119,7 @@
"type": "string"
},
"symbol": {
"default": "🍞 ",
"default": "🥟 ",
"type": "string"
},
"style": {