file naming lint... it's actually green (#724)

This commit is contained in:
Michael Quigley 2024-12-18 11:49:33 -05:00
parent 4d7bf27a19
commit d736a93a79
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import {AppBar, Box, Button, Grid2, IconButton, Toolbar, Typography} from "@mui/material"; import {AppBar, Box, Button, Grid2, IconButton, Toolbar, Typography} from "@mui/material";
import MenuIcon from "@mui/icons-material/Menu"; import MenuIcon from "@mui/icons-material/Menu";
import LogoutIcon from "@mui/icons-material/Logout"; import LogoutIcon from "@mui/icons-material/Logout";
import zroket from "./assets/zrok-1.0.0-rocket-white.svg"; import zroket from "./assets/zrok-1.0.0-rocket-green.svg";
interface NavBarProps { interface NavBarProps {
logout: () => void; logout: () => void;

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB