diff --git a/packages/insomnia/src/routes/git-migration.$.tsx b/packages/insomnia/src/routes/git-migration.$.tsx index 742f82bd4b..d589a6fa6e 100644 --- a/packages/insomnia/src/routes/git-migration.$.tsx +++ b/packages/insomnia/src/routes/git-migration.$.tsx @@ -5,7 +5,7 @@ import { Button } from '~/basic-components/button'; import { CopyButton } from '~/ui/components/base/copy-button'; import { InsomniaLogo } from '~/ui/components/insomnia-icon'; import { TrailLinesContainer } from '~/ui/components/trail-lines-container'; -import git_for_all from '~/ui/images/onboarding/git_for_all.png'; +import git_migration from '~/ui/images/git-migration/git.png'; type MigrationStatus = 'default' | 'running' | 'completed' | 'partiallyCompleted' | 'error'; @@ -73,15 +73,10 @@ const MigrationView = () => { <>
We hit an unexpected error while updating your file system. Please try again.
- If the issue persists, please{' '} - - raise a support ticket. - {' '} - You may also re-install the previous version by following the steps{' '} - - here + Having trouble and need to contact us, or back up to an old version? See our docs + + docs. - .
> ) : ( @@ -180,7 +175,7 @@ const Component = () => { Now you can use traditional git actions on your CLI to manage changes to your Git Sync projects.