Fix typo in features.tsx (#62)

Fix typo in features.tsx
This commit is contained in:
Jeroen
2024-08-26 14:13:21 +02:00
committed by GitHub
parent cdc0506252
commit 63b9757341

View File

@@ -81,15 +81,8 @@ export default function Features() {
Goodbye bad performance Goodbye bad performance
</h2> </h2>
<p className="text-center text-sm mt-2 text-muted-foreground"> <p className="text-center text-sm mt-2 text-muted-foreground">
We are constantly tweak firefox's engine and settings to make it We are constantly tweaking Firefox's engine and settings to make it
faster than ever.{' '} faster than ever. <a className="text-blue-500" href="https://docs.zen-browser.app/benchmarks" target='_blank'>Learn more</a>
<a
className="text-blue-500"
href="https://docs.zen-browser.app/benchmarks"
target="_blank"
>
Learn more
</a>
</p> </p>
</div> </div>
</div> </div>