Skip to content

Commit

Permalink
Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Jun 27, 2024
1 parent 38b7a67 commit b39fd24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-stable.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+-[0-9]+'

jobs:
converge:
Expand Down
5 changes: 2 additions & 3 deletions src/app/components/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ export default function AboutSection() {
className='z-10 w-74'
/>
<div
className='z-20 -mt-42 flex w-full max-w-[910px] flex-col items-center gap-20 lg:-mt-32'
className='z-20 -mt-42 flex w-full max-w-[680px] flex-col items-center gap-20 lg:-mt-32'
data-aos='fade-up'
>
<div className='flex flex-col items-center gap-6'>
<p className='text-center text-h4 text-text-primary lg:text-h3'>
Reclaim your privacy and unlock the incognito mode through
zero-knowledge proofs
Reclaim your privacy through zero-knowledge proofs
</p>
</div>
<div className='flex w-full max-w-[400px] justify-between'>
Expand Down
5 changes: 2 additions & 3 deletions src/app/components/PassportsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ export default function PassportsCard() {
ZK Passport
</p>
<p className='text-h6 lg:text-h4'>
Get started by converting your passport into an incognito profile
and generate zero-knowledge proofs that prove your age, citizenship,
or humanity
Convert your passport into an incognito profile and generate
zero-knowledge proofs that verify your age, citizenship, or humanity
</p>
</div>
<Button
Expand Down

0 comments on commit b39fd24

Please sign in to comment.