Skip to content

Commit

Permalink
Updating the text
Browse files Browse the repository at this point in the history
  • Loading branch information
yanheChen committed Oct 20, 2024
1 parent 4668116 commit c9f221e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/launch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ const Launch = (): React.JSX.Element => {
)}
{isDeployingToHarmony && (
<Box w="100%">
<Text mb={2}>Deploying to Polygon...</Text>
<Text mb={2}>Deploying to Harmony...</Text>
<Progress size="xs" isIndeterminate colorScheme="purple" />
</Box>
)}
Expand All @@ -532,7 +532,7 @@ const Launch = (): React.JSX.Element => {
)}
{isDeployingToPolygon && (
<Box w="100%">
<Text mb={2}>Deploying to Harmony...</Text>
<Text mb={2}>Deploying to Polygon...</Text>
<Progress size="xs" isIndeterminate colorScheme="purple" />
</Box>
)}
Expand Down

0 comments on commit c9f221e

Please sign in to comment.