diff --git a/webUI/react/src/App.tsx b/webUI/react/src/App.tsx index 5c89f619..246876d 100644 --- a/webUI/react/src/App.tsx +++ b/webUI/react/src/App.tsx @@ -2,6 +2,7 @@ import React, { useState } from 'react'; import { BrowserRouter as Router, Route, Switch, } from 'react-router-dom'; +import { Container } from '@material-ui/core'; import CssBaseline from '@material-ui/core/CssBaseline'; import { createMuiTheme, ThemeProvider } from '@material-ui/core/styles'; @@ -40,33 +41,34 @@ export default function App() { - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/webUI/react/src/components/MangaGrid.tsx b/webUI/react/src/components/MangaGrid.tsx index db37b2a..4f7c20d 100644 --- a/webUI/react/src/components/MangaGrid.tsx +++ b/webUI/react/src/components/MangaGrid.tsx @@ -44,7 +44,7 @@ export default function MangaGrid(props: IProps) { } return ( - + {mapped} );