Skip to content

Commit

Permalink
update google play store app link - old app expired (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
chagai95 authored Sep 30, 2023
1 parent a2dc800 commit 19f7d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/pages/client/components/Home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function Home({ user, isNativeMobileApp, photoCredits }) {
{!isNativeMobileApp && (
<div className="home-apps">
<a
href="https://play.google.com/store/apps/details?id=org.trustroots.trustrootsApp"
href="https://play.google.com/store/apps/details?id=org.trustroots.trapp"
rel="noopener"
className="btn btn-lg btn-default"
>
Expand Down Expand Up @@ -429,7 +429,7 @@ export default function Home({ user, isNativeMobileApp, photoCredits }) {
{!isNativeMobileApp && (
<div className="home-apps">
<a
href="https://play.google.com/store/apps/details?id=org.trustroots.trustrootsApp"
href="https://play.google.com/store/apps/details?id=org.trustroots.trapp"
rel="noopener"
className="btn btn-lg btn-default"
>
Expand Down
2 changes: 1 addition & 1 deletion modules/pages/client/components/Navigation.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Navigation({ user, onSignout, isNativeMobileApp }) {
{!isNativeMobileApp && (
<p className="home-apps">
<a
href="https://play.google.com/store/apps/details?id=org.trustroots.trustrootsApp"
href="https://play.google.com/store/apps/details?id=org.trustroots.trapp"
className="btn btn-default btn-app center-block"
>
<svg viewBox="0 0 2700 800" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 19f7d0c

Please sign in to comment.