fix: correct grammar issues

This commit is contained in:
Colin Kim 2025-01-26 17:21:36 -08:00 committed by GitHub
parent c149c16f62
commit 848093182c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ import { getTitleAnimation } from '../animations'
<motion.span client:load {...getTitleAnimation(0.8)}>
<Button class:list={['px-4']} href="https://github.com/zen-browser">
<Github class="size-4" />
<span>View on Github</span>
<span>View on GitHub</span>
</Button>
</motion.span>
<motion.div
@ -41,7 +41,7 @@ import { getTitleAnimation } from '../animations'
className="flex items-center gap-4"
>
<Check class="size-4" />
<span>Always on the latest Firefox</span>
<span>Always on the latest version of Firefox</span>
</motion.div>
<motion.div
client:load
@ -49,7 +49,7 @@ import { getTitleAnimation } from '../animations'
className="flex items-center gap-4"
>
<Check class="size-4" />
<span>Privacy Focused</span>
<span>Privacy-focused</span>
</motion.div>
</div>
</section>