Skip to content

Commit

Permalink
fix: Swapped old microsoft link with new one (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mount-Blanc authored Jun 23, 2023
1 parent 2c00971 commit 54a4e21
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- cron: "0 10 * * *"
workflow_dispatch:


jobs:
sync:
name: Sync translations
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/DownloadOpenFoodFacts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const footerLinks = [
title: "Microsoft",
subTitle: "Get it from",
icon: <WindowIcon fontSize="large" />,
url: "https://www.microsoft.com/en-us/p/openfoodfacts/9nblggh0dkqr?activetab=pivot:overviewtab",
url: "https://apps.microsoft.com/store/detail/open-food-facts-scan-to-get-nutriscore-ecoscore-and-more/XP8LT18SRPKLRG",
},
{
title: "Android APK",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ResponsiveAppBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,4 @@ const ResponsiveAppBar = () => {
</AppBar>
);
};
export default ResponsiveAppBar;
export default ResponsiveAppBar;
2 changes: 1 addition & 1 deletion src/pages/logosValidator/dashboardDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,7 @@ const UNTYPED_LOGOS = {
logo: "https://robotoff.openfoodfacts.org/api/v1/images/crop?image_url=https://static.openfoodfacts.org/images/products/405/648/930/0786/4.jpg&y_min=0.815474033&x_min=0.15114665&y_max=0.905039787&x_max=0.31996",
type: "label",
},
// CO2
// CO2
"en:carbon-trust-carbon-neutral.53x90.png": {
tag: "en:carbon-trust-carbon-neutral",
label: "carbon trust carbon neutral",
Expand Down

0 comments on commit 54a4e21

Please sign in to comment.