Skip to content

Commit

Permalink
No need to refresh 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 committed Dec 26, 2024
1 parent c44d008 commit 7dfbcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/dashboard-frontend/components/CreateOracleModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const CreateOracleModal = ({ isOpen, onClose }: CreateOracleModalProps) =
</Box>

<Box>
<Heading size="sm" mb={2}>5. Refresh the Dashboard to see the changes</Heading>
<Heading size="sm" mb={2}>5. Go back to this page to see the changes</Heading>
</Box>

<Box>
Expand All @@ -104,4 +104,4 @@ export const CreateOracleModal = ({ isOpen, onClose }: CreateOracleModalProps) =
</ModalContent>
</Modal>
);
};
};

0 comments on commit 7dfbcee

Please sign in to comment.