diff options
author | Burt P <pburt0@gmail.com> | 2019-07-06 23:20:30 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-07-10 12:24:36 -0700 |
commit | 1a6086f6e16db1536e04050a0ac2637cc0f7d8b8 (patch) | |
tree | 3ed1e7b94b7d1dee5e06888b1606ca9a922e90ed /modules | |
parent | 754a87070910c336c7f62074aeac587374f85403 (diff) |
Add SVG icon support in report HTML and Xubuntu icon to demonstrate
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/computer/ubuntu_flavors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer/ubuntu_flavors.c b/modules/computer/ubuntu_flavors.c index d6933604..9bc32d74 100644 --- a/modules/computer/ubuntu_flavors.c +++ b/modules/computer/ubuntu_flavors.c @@ -26,7 +26,7 @@ static const UbuntuFlavor ubuntu_flavors[] = { { "ubuntu-server", "Vanilla Server", "distros/ubuntu.png", "https://ubuntu.org/" }, { "ubuntu-desktop", "Ubuntu GNOME", "distros/ubuntu.png", "https://ubuntu.org/" }, - { "xubuntu-desktop", "Xubuntu", "distros/xubuntu.png", "https://xubuntu.org/" }, + { "xubuntu-desktop", "Xubuntu", "distros/xubuntu.svg", "https://xubuntu.org/" }, { "kubuntu-desktop", "Kubuntu", "distros/kubuntu.png", "https://kubuntu.org/" }, { "lubuntu-desktop", "Lubuntu", "distros/lubuntu.png", "https://lubuntu.me/" }, /* formerly or also lubuntu.net? */ { "ubuntu-mate-desktop", "Ubuntu MATE", "distros/ubuntu-mate.png", "https://ubuntu-mate.org/" }, |