Skip to content

Commit

Permalink
Update category IDs and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
KnotzerIO committed Mar 28, 2024
1 parent 9e8780a commit 63a1695
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions server/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
},
{
"id": "ac12",
"categoryId": "52f1",
"categoryId": "17b0",
"name": "North Wing Toilet",
"desc": ""
},
{
"id": "ac13",
"categoryId": "52f1",
"categoryId": "e753",
"name": "Entrance",
"desc": ""
}
Expand Down Expand Up @@ -225,6 +225,10 @@
{
"id": "17b0",
"name": "Sanitary"
},
{
"id": "e753",
"name": "Entrace"
}
]
}
2 changes: 1 addition & 1 deletion src/components/MobileRouteDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function MobileRouteDetails() {
</div>
<div className="bg-gray-200 text-gray-900 px-3 py-1 center w-fit rounded-md text-sm font-semibold m-3">
<TbRoute className="inline-block mr-1" />
{walkingTime} Sekunden Gehzeit - {rightRouteLength} m
{walkingTime} seconds away - {rightRouteLength} meters
</div>
</div>
);
Expand Down

0 comments on commit 63a1695

Please sign in to comment.