Skip to content

Commit

Permalink
fix: grammar on docs homepage (#15455)
Browse files Browse the repository at this point in the history
Fix grammar on index.tsx
  • Loading branch information
aaronjrodrigues authored Jan 20, 2025
1 parent 6fdb8f8 commit 07698f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ function HomepageHeader() {
/>

<div>
<p className="font-bold text-2xl md:text-5xl ">Download mobile app</p>
<p className="font-bold text-2xl md:text-5xl ">Download the mobile app</p>
<p className="text-lg">
Download Immich app and start backing up your photos and videos securely to your own server
Download the Immich app and start backing up your photos and videos securely to your own server
</p>
</div>
<div className="flex flex-col sm:flex-row place-items-center place-content-center mt-4 gap-1">
Expand Down

0 comments on commit 07698f8

Please sign in to comment.