Skip to content

Commit

Permalink
fix: fixes for footer - Update DownloadOpenFoodFacts.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored May 25, 2024
1 parent 70aa15c commit 516efd7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/Footer/DownloadOpenFoodFacts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,17 @@ const footerLinks = [
{
titleKey: "appStore",
icon: <AppleIcon fontSize="large" />,
url: "https://apps.apple.com/app/open-food-facts/id588797948",
url: "https://apps.apple.com/app/open-food-facts/id588797948?utm_source=off&utm_campaign=hunger_games_footer_en",
},
{
titleKey: "playStore",
icon: <GoogleIcon fontSize="large" />,
url: "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en",
},
{
titleKey: "microsoft",
icon: <WindowIcon fontSize="large" />,
url: "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-ecoscore-and-more/XP8LT18SRPKLRG",
url: "https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner&hl=en&utm_source=off&utm_campaign=hunger_games_footer_en",
},
{
titleKey: "androidAPK",
icon: <AndroidIcon fontSize="large" />,
url: "https://github.com/openfoodfacts/smooth-app/releases/tag/v4.4.0",
url: "https://github.com/openfoodfacts/smooth-app/releases",
},
];

Expand Down

0 comments on commit 516efd7

Please sign in to comment.