Skip to content

Commit 3dae2c9

Browse files
committed
Update Vitality App iOS Store URL
1 parent f08c423 commit 3dae2c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/Projects.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Projects = () => {
4141
links: [
4242
{
4343
label: "Download on the App Store",
44-
url: "https://apps.apple.com/us/app/vitality-body-mind/id6749547421"
44+
url: "https://apps.apple.com/in/app/vitality-fitness-nutrition/id6749547421"
4545
},
4646
{
4747
label: "Get it on Google Play",
@@ -104,13 +104,13 @@ const Projects = () => {
104104
<span className="text-sm text-muted-foreground">{project.category}</span>
105105
</div>
106106
</CardHeader>
107-
107+
108108
<CardContent className="flex-1 flex flex-col space-y-4">
109109
<div className="flex-1 space-y-4">
110110
<p className="text-muted-foreground text-sm leading-relaxed text-left">
111111
{project.description}
112112
</p>
113-
113+
114114
<div className="flex flex-wrap gap-2">
115115
{project.tags.map((tag) => (
116116
<Badge key={tag} variant="secondary" className="text-xs">
@@ -119,7 +119,7 @@ const Projects = () => {
119119
))}
120120
</div>
121121
</div>
122-
122+
123123
{project.links ? (
124124
<div className="grid gap-2">
125125
{project.links.map((link) => (

0 commit comments

Comments
 (0)