Merge pull request #335 from daanbreur/daanbreur-patch-1

Fix spelling in the WebsiteDetailedInfo.astro component
This commit is contained in:
Alicia Sykes 2025-07-30 11:07:39 +01:00 committed by GitHub
commit 14abbe267e
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>