diff --git a/Plan/react/dashboard/src/App.js b/Plan/react/dashboard/src/App.js index 8a529ab06..005d096d4 100644 --- a/Plan/react/dashboard/src/App.js +++ b/Plan/react/dashboard/src/App.js @@ -1,6 +1,7 @@ import './style/main.sass'; import './style/sb-admin-2.css' import './style/style.css'; +import './style/mobile.css'; import {BrowserRouter, Navigate, Route, Routes} from "react-router-dom"; import React from "react"; diff --git a/Plan/react/dashboard/src/components/graphs/GroupVisualizer.js b/Plan/react/dashboard/src/components/graphs/GroupVisualizer.js index d82488121..e3e433a4f 100644 --- a/Plan/react/dashboard/src/components/graphs/GroupVisualizer.js +++ b/Plan/react/dashboard/src/components/graphs/GroupVisualizer.js @@ -30,7 +30,7 @@ const Visualizer = ({option, groups, colors, name}) => { const VisualizerSelector = ({onClick, icon}) => { return ( - ) diff --git a/Plan/react/dashboard/src/components/modal/PluginInformationModal.js b/Plan/react/dashboard/src/components/modal/PluginInformationModal.js index a108f6cf4..3f47211a6 100644 --- a/Plan/react/dashboard/src/components/modal/PluginInformationModal.js +++ b/Plan/react/dashboard/src/components/modal/PluginInformationModal.js @@ -60,7 +60,7 @@ const Contributor = ({contributor}) => { const icons = contributor.contributed.map( (type, i) => ); return ( -
  • {contributor.name} {icons}
  • +
  • {contributor.name} {icons}
  • ) } diff --git a/Plan/react/dashboard/src/components/navigation/Header.js b/Plan/react/dashboard/src/components/navigation/Header.js index d39cb2b70..c431d497c 100644 --- a/Plan/react/dashboard/src/components/navigation/Header.js +++ b/Plan/react/dashboard/src/components/navigation/Header.js @@ -42,7 +42,7 @@ const Header = ({page, tab, hideUpdater}) => { const headImageUrl = user ? getPlayerHeadImageUrl(user.playerName, user.linkedToUuid) : undefined // TODO Remove .replace('<', '') after locale replacement return ( -