feat(os): add default symbol for EndeavourOS

This commit is contained in:
Nathaniel D. Hoffman 2024-06-15 02:36:20 -04:00 committed by GitHub
parent 2686a802a3
commit 1098aa92f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -63,6 +63,7 @@ func (oi *Os) getDistroIcon(distro string) string {
"deepin": "\uF321",
"devuan": "\uF307",
"elementary": "\uF309",
"endeavouros": "\uF322",
"fedora": "\uF30a",
"gentoo": "\uF30d",
"mageia": "\uF310",

View file

@ -44,6 +44,7 @@ import Config from '@site/src/components/Config.js';
| `deepin` | `string` | `\uF321` | the icon to use for deepin |
| `devuan` | `string` | `\uF307` | the icon to use for Devuan GNU+Linux |
| `elementary` | `string` | `\uF309` | the icon to use for elementary OS |
| `endeavouros` | `string` | `\uF322` | the icon to use for EndeavourOS |
| `fedora` | `string` | `\uF30a` | the icon to use for Fedora |
| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo Linux |
| `mageia` | `string` | `\uF310` | the icon to use for Mageia |