Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorLeonov committed Jul 9, 2023
1 parent 97269b3 commit df96e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
<ThemeProvider theme={theme}>
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<BrowserRouter basename="/phonebook">
<BrowserRouter basename="/pet-project-phonebook">
<App />
<GlobalStyle />
</BrowserRouter>
Expand Down

0 comments on commit df96e76

Please sign in to comment.