style: lint fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 40s

This commit is contained in:
Stixx 2024-12-17 21:10:18 +01:00
parent 31d1630ab1
commit 04ced6c1ad
2 changed files with 2 additions and 2 deletions

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'