Move qortal icon from right bar to top-left bar

This commit is contained in:
Nicola Benaglia
2025-04-19 16:48:23 +02:00
parent a2c0e3af25
commit 46e52ec738
8 changed files with 182 additions and 163 deletions

View File

@@ -1,4 +1,4 @@
import { useTheme } from "@mui/material";
import { useTheme } from '@mui/material';
export const AppsIcon = ({ height = 31, width = 31 }) => {
const theme = useTheme();

View File

@@ -1,4 +1,4 @@
import { useTheme } from "@mui/material";
import { useTheme } from '@mui/material';
export const HomeIcon = ({ height = 20, width = 23 }) => {
const theme = useTheme();