Remove unused Image components from antifp and eap pages to streamline code and improve maintainability.
This commit is contained in:
@@ -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" />
|
@@ -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" />
|
Reference in New Issue
Block a user