Skip to content

Commit 74cc16d

Browse files
committed
change position of toast
1 parent 245705e commit 74cc16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ initializeRendererAssets();
1818
/* tslint:disable-next-line:variable-name */
1919
export const App = hot(module)(() => (
2020
<BrowserRouter>
21-
<ToastProvider>
21+
<ToastProvider placement="bottom-right">
2222
<Switch>
2323
<Route exact path={Routes.ROOT} component={Dashboard} />
2424
<Route exact path={Routes.LOGIN} component={Login} />

0 commit comments

Comments
 (0)