Skip to content

Commit

Permalink
Merge pull request #284 from AppQuality/redirect-home-to-dash
Browse files Browse the repository at this point in the history
Redirect home to dash
  • Loading branch information
d-beezee authored Jan 24, 2024
2 parents 9b7bb78 + 06937f9 commit 6fae07d
Show file tree
Hide file tree
Showing 73 changed files with 260 additions and 2,507 deletions.
15 changes: 9 additions & 6 deletions src/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
ExperiencePoints,
GettingStarted,
GoodbyePage,
Home,
Login,
MyBugs,
PreviewSelectionForm,
Expand Down Expand Up @@ -197,11 +196,15 @@ function Page() {
exact
component={GoodbyePage}
/>
<SentryRoute
path={["/", "/it", "/es"]}
exact
component={() => <Home />}
/>
<SentryRoute path={"/"} exact>
<Redirect to="/my-dashboard" />
</SentryRoute>
<SentryRoute path={"/it"} exact>
<Redirect to="/it/my-dashboard" />
</SentryRoute>
<SentryRoute path={"/es"} exact>
<Redirect to="/es/my-dashboard" />
</SentryRoute>
</Switch>
</Router>
</div>
Expand Down
164 changes: 82 additions & 82 deletions src/locales/en/translation.json

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions src/locales/es/translation.json

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions src/locales/it/translation.json

Large diffs are not rendered by default.

Binary file removed src/pages/Home/AboutUnguess/assets/tryber.png
Binary file not shown.
5 changes: 0 additions & 5 deletions src/pages/Home/AboutUnguess/assets/tryber.svg

This file was deleted.

102 changes: 0 additions & 102 deletions src/pages/Home/AboutUnguess/index.tsx

This file was deleted.

Binary file not shown.
52 changes: 0 additions & 52 deletions src/pages/Home/BannerTop/index.tsx

This file was deleted.

Binary file removed src/pages/Home/Brands/assets/BendingSpoonsLogo.png
Binary file not shown.
Binary file removed src/pages/Home/Brands/assets/LottomaticaLogo.png
Binary file not shown.
Binary file removed src/pages/Home/Brands/assets/MilestoneLogo.png
Binary file not shown.
Binary file removed src/pages/Home/Brands/assets/SkyLogo.png
Binary file not shown.
109 changes: 0 additions & 109 deletions src/pages/Home/Brands/index.tsx

This file was deleted.

91 changes: 0 additions & 91 deletions src/pages/Home/CareerPathsSlider/GenericSlide.tsx

This file was deleted.

Loading

0 comments on commit 6fae07d

Please sign in to comment.