Cloudflare name typo (#10239)

Fix typo in Cloudflare
This commit is contained in:
JarWarren
2025-02-16 23:50:15 -08:00
committed by GitHub
parent 1dca3694f7
commit afdd44ff66

View File

@ -8,7 +8,7 @@ export default function Home() {
<div style={{ minHeight: '60vh', marginTop: '50px' }}>
Part of the website is built directly with Framer, including the
homepage. <br />
We use Clouflare to split the traffic between the two sites.
We use Cloudflare to split the traffic between the two sites.
</div>
</ContentContainer>
);