Skip to content

Commit e65aace

Browse files
committed
fix(footer): google play link
1 parent 2f0a7c0 commit e65aace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Footer = ({ lang, t }: FooterProps) => {
4141
{t.header.benefits}
4242
</a>
4343
<a
44-
href="https://play.google.com/store/apps/details?id=com.workoutlogs"
44+
href="https://play.google.com/store/apps/details?id=com.reddyyz.WorkoutLogs&referrer=landingpage"
4545
target="_blank"
4646
rel="noopener noreferrer"
4747
className="text-muted-foreground hover:text-foreground transition-colors"

0 commit comments

Comments
 (0)