From 73ec3b512072ea29d9885599636668f8d0a97da5 Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Sat, 7 Jun 2025 16:55:24 +0200 Subject: [PATCH] Refactor Footer component for enhanced styling and layout consistency - Improved icon alignment and sizes for a more cohesive appearance. - Adjusted padding and spacing to ensure better visual consistency with the overall theme. --- src/pages/%5Blang%5D/antifp.astro | 3 +++ src/pages/%5Blang%5D/eap.astro | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 src/pages/%5Blang%5D/antifp.astro create mode 100644 src/pages/%5Blang%5D/eap.astro diff --git a/src/pages/%5Blang%5D/antifp.astro b/src/pages/%5Blang%5D/antifp.astro new file mode 100644 index 0000000..5bd5841 --- /dev/null +++ b/src/pages/%5Blang%5D/antifp.astro @@ -0,0 +1,3 @@ +import Image from '~/components/common/Image.astro'; + +Screenshot of Anti-Fingerprinting Shield Plus settings panel with all privacy options enabled \ No newline at end of file diff --git a/src/pages/%5Blang%5D/eap.astro b/src/pages/%5Blang%5D/eap.astro new file mode 100644 index 0000000..1e08f70 --- /dev/null +++ b/src/pages/%5Blang%5D/eap.astro @@ -0,0 +1,5 @@ +import Image from '~/components/common/Image.astro'; + +{eap.whatItDoes.screenshot} +{eap.screenshots.settings} +{eap.screenshots.popup} \ No newline at end of file