From b0e1271e60c47e809c169215b074c12010017c41 Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 28 Jun 2022 03:10:18 -0500 Subject: [PATCH 1/2] fix: add `original-wordmark` aliases for Liquibase Co-authored-by: kilian-paquier --- devicon.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devicon.json b/devicon.json index 76e8cf2a3..f7da1e70a 100644 --- a/devicon.json +++ b/devicon.json @@ -7193,6 +7193,11 @@ { "base": "original", "alias": "plain" + }, + + { + "base": "original-wordmark", + "alias": "plain-wordmark" } ] } From 06f466165c79c58320a36571c0b165f49e5a3240 Mon Sep 17 00:00:00 2001 From: David Leal Date: Sun, 3 Jul 2022 19:44:55 -0500 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 1 - 1 file changed, 1 deletion(-) diff --git a/devicon.json b/devicon.json index f7da1e70a..d50b6acf0 100644 --- a/devicon.json +++ b/devicon.json @@ -7194,7 +7194,6 @@ "base": "original", "alias": "plain" }, - { "base": "original-wordmark", "alias": "plain-wordmark"