mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix: correct grammar issues
This commit is contained in:
parent
c149c16f62
commit
848093182c
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue