issue-274 #278

Open
m wants to merge 14 commits from issue-274 into staging
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 04ced6c1ad - Show all commits

View File

@ -135,7 +135,7 @@ li {
// Consistent styling for every file mark
// Reverts some of the design defaults for font
.file-mark {
font-family: 'Roboto';
font-family: 'Roboto', serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;

View File

@ -8,7 +8,7 @@ import List from '@mui/material/List'
import ListItemIcon from '@mui/material/ListItemIcon'
import ListItemText from '@mui/material/ListItemText'
import ListSubheader from '@mui/material/ListSubheader'
import { useAppSelector } from '../../hooks/store'
import { useAppSelector } from '../../hooks'
import { Link } from 'react-router-dom'
import { appPrivateRoutes, getProfileSettingsRoute } from '../../routes'
import { Container } from '../../components/Container'