We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d2d7f commit 417e578Copy full SHA for 417e578
services/frontend/react_app/src/pages/home.tsx
@@ -107,8 +107,8 @@ export const HomePage = () => {
107
const dropoffLocation = locations?.Locations.find(l => l.id === dropoffId);
108
109
toast({
110
- title: 'Hotrod::Drive requested.',
111
- description: `Drive requested to ${dropoffLocation?.name}`,
+ title: 'Hotrod::Ride requested.',
+ description: `Ride requested to ${dropoffLocation?.name}`,
112
status: 'success',
113
duration: 9000,
114
isClosable: true,
@@ -228,4 +228,4 @@ export const HomePage = () => {
228
</HStack>
229
</MainLayout>
230
)
231
-}
+}
0 commit comments