From 3693662d986b4ceb6fd3c5d8072cdf5dc4087f2f Mon Sep 17 00:00:00 2001 From: Joxit Date: Mon, 16 Jan 2023 18:51:34 +0100 Subject: [PATCH] fix: update docker logo to support custom fill colors --- dist/images/docker-logo.svg | 2 +- src/components/tag-history/tag-history-element.riot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {