associated backend fixes
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Build and release APK / Build APK (pull_request) Has been cancelled
Build and deploy the backend to production / Build and push image (push) Successful in 1m39s
/ push-to-remote (push) Successful in 12s
Build and deploy the backend to production / Deploy to production (push) Failing after 13s

This commit is contained in:
2024-09-27 10:28:06 +02:00
parent 3710a476e8
commit 290baec64e
5 changed files with 5 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class _NewTripButtonState extends State<NewTripButton> {
}
return FloatingActionButton.extended(
onPressed: onPressed,
icon: const Icon(Icons.add),
icon: const Icon(Icons.directions),
label: AutoSizeText('Start planning!'),
);
}