Update WebsiteDetailedInfo.astro

This commit is contained in:
Daan Breur 2025-07-30 11:49:26 +02:00 committed by GitHub
parent ec3b2d1ba5
commit c37901b5f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ const screenshotUrl = `https://screenshot-cache.as93.workers.dev/${url}`;
</li>
))}
</ul>
<h4>Saftey Score</h4>
<h4>Safety Score</h4>
<p class="explainer">Website marked as {riskText}</p>
<div class={`risk risk-${riskText.replaceAll(' ', '-').toLocaleLowerCase()}`}>
<p>{100-risk}%</p>