Skip to content

Commit 417e578

Browse files
authored
Update home.tsx
1 parent 19d2d7f commit 417e578

File tree

1 file changed

+3
-3
lines changed
  • services/frontend/react_app/src/pages

1 file changed

+3
-3
lines changed

services/frontend/react_app/src/pages/home.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ export const HomePage = () => {
107107
const dropoffLocation = locations?.Locations.find(l => l.id === dropoffId);
108108

109109
toast({
110-
title: 'Hotrod::Drive requested.',
111-
description: `Drive requested to ${dropoffLocation?.name}`,
110+
title: 'Hotrod::Ride requested.',
111+
description: `Ride requested to ${dropoffLocation?.name}`,
112112
status: 'success',
113113
duration: 9000,
114114
isClosable: true,
@@ -228,4 +228,4 @@ export const HomePage = () => {
228228
</HStack>
229229
</MainLayout>
230230
)
231-
}
231+
}

0 commit comments

Comments
 (0)