From 5e44722960d8d4032bf011d5e4b83105a8f115b6 Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Sat, 7 Jun 2025 17:02:51 +0200 Subject: [PATCH] Remove unused Image components from antifp and eap pages to streamline code and improve maintainability. --- src/pages/%5Blang%5D/antifp.astro | 3 --- src/pages/%5Blang%5D/eap.astro | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 src/pages/%5Blang%5D/antifp.astro delete mode 100644 src/pages/%5Blang%5D/eap.astro diff --git a/src/pages/%5Blang%5D/antifp.astro b/src/pages/%5Blang%5D/antifp.astro deleted file mode 100644 index 5bd5841..0000000 --- a/src/pages/%5Blang%5D/antifp.astro +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1e08f70..0000000 --- a/src/pages/%5Blang%5D/eap.astro +++ /dev/null @@ -1,5 +0,0 @@ -import Image from '~/components/common/Image.astro'; - -{eap.whatItDoes.screenshot} -{eap.screenshots.settings} -{eap.screenshots.popup} \ No newline at end of file