Sidebar logo update (#814)
* Testing logo ux * Updated logo on sidebar * removed unused vars * adjusted types on icon components
This commit is contained in:
@@ -4,7 +4,7 @@ import React, { FC } from 'react';
|
||||
import { BrowserRouter as Router } from 'react-router-dom';
|
||||
import * as plugins from './plugins';
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
const useStyles = makeStyles(theme => ({
|
||||
'@global': {
|
||||
html: {
|
||||
height: '100%',
|
||||
|
||||
Reference in New Issue
Block a user