Remove unused Image components from antifp and eap pages to streamline code and improve maintainability.

This commit is contained in:
2025-06-07 17:02:51 +02:00
parent a4c02a712c
commit 5e44722960
2 changed files with 0 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
import Image from '~/components/common/Image.astro';
<Image src="/images/antifp-settings.png" alt="Screenshot of Anti-Fingerprinting Shield Plus settings panel with all privacy options enabled" class="rounded shadow-lg border border-gray-200 mx-auto" />

View File

@@ -1,5 +0,0 @@
import Image from '~/components/common/Image.astro';
<Image src={eap.screenshots.mainImg} alt={eap.whatItDoes.screenshot} class="rounded shadow-lg border border-gray-200 mx-auto" />
<Image src={eap.screenshots.settingsImg} alt={eap.screenshots.settings} class="rounded shadow-lg border border-gray-200 mx-auto" />
<Image src={eap.screenshots.popupImg} alt={eap.screenshots.popup} class="rounded shadow-lg border border-gray-200 mx-auto" />