From bc43043b1d006c858d5399c32124d13bd2ac01ef Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 16 Oct 2020 19:05:22 +0300 Subject: [PATCH] dns & assets: simplify apple logo filename --- _includes/sections/dns.html | 2 +- .../3rd-party/{Apple_logo_hollow.png => apple.png} | Bin .../3rd-party/{Apple_logo_hollow.svg => apple.svg} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename assets/img/png/3rd-party/{Apple_logo_hollow.png => apple.png} (100%) rename assets/img/svg/3rd-party/{Apple_logo_hollow.svg => apple.svg} (100%) diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html index 0f7a6b1b..3cd15dab 100644 --- a/_includes/sections/dns.html +++ b/_includes/sections/dns.html @@ -628,7 +628,7 @@ We also log how many times this or that tracker has been blocked. We need this i {% include cardv2.html title="Native support (mobileconfigs.netlify.app)" - image="/assets/img/png/3rd-party/Apple_logo_hollow.png" + image="/assets/img/png/3rd-party/apple.png" description='iOS 14 and macOS 11.0 support DoT and DoH natively through mobileconfig files that can be opened in Safari to be loaded into the system.' website="https://mobileconfigs.netlify.app/" gitlab="https://gitlab.com/nitrohorse/ios14-encrypted-dns-mobileconfigs" diff --git a/assets/img/png/3rd-party/Apple_logo_hollow.png b/assets/img/png/3rd-party/apple.png similarity index 100% rename from assets/img/png/3rd-party/Apple_logo_hollow.png rename to assets/img/png/3rd-party/apple.png diff --git a/assets/img/svg/3rd-party/Apple_logo_hollow.svg b/assets/img/svg/3rd-party/apple.svg similarity index 100% rename from assets/img/svg/3rd-party/Apple_logo_hollow.svg rename to assets/img/svg/3rd-party/apple.svg