Merge pull request #240 from KorenKrita/bugfix/fixArchLinuxIcon

fixArchLinuxIcon

Co-authored-by: KorenKrita <22239339+KorenKrita@users.noreply.github.com>
This commit is contained in:
naiba 2022-08-26 23:56:36 +08:00 committed by GitHub
commit 222b87ec78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,9 @@
if (str == 'amazon') {
return 'redhat';
}
if (str == 'arch') {
return 'archlinux';
}
return '';
},
group() {
@ -318,4 +321,4 @@
$('.ui.accordion').accordion({ "exclusive": false });
</script>
{{end}}
{{end}}