Skip to content

Commit

Permalink
set default tab to Snapshots, not Repo (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Sep 16, 2023
1 parent c9bfb46 commit c266971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class App extends Component {
<Route path="/repo" component={RepoStatus} />
<Route path="/preferences" component={PreferencesView} />
<Route exact path="/">
<Redirect to="/repo" />
<Redirect to="/snapshots" />
</Route>
</Switch>
</Container>
Expand Down

0 comments on commit c266971

Please sign in to comment.