diff --git a/dist/images/docker-logo.svg b/dist/images/docker-logo.svg index c684065..63dbf5d 100644 --- a/dist/images/docker-logo.svg +++ b/dist/images/docker-logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/tag-history/tag-history-element.riot b/src/components/tag-history/tag-history-element.riot index 2bc86f0..f9c8476 100644 --- a/src/components/tag-history/tag-history-element.riot +++ b/src/components/tag-history/tag-history-element.riot @@ -47,7 +47,7 @@ along with this program. If not, see . onMounted(props, state) { const dockerVersion = this.$('#docker_verion'); if (dockerVersion) { - dockerVersion.innerHTML = dockerVersionIcon().outerHTML; + dockerVersion.innerHTML = dockerVersionIcon().firstElementChild.outerHTML; } }, cleanName(name) {