Skip to content

Commit

Permalink
Fix warning for import for main logo
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta committed May 24, 2024
1 parent 66b94d9 commit df9a961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InfoComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import {Alert, Box, Container, List, ListItemText, Typography} from "@mui/material"
import logo from "../../public/logo-no-background.png"
import logo from "/logo-no-background.png"

interface InfoComponentProps {
}
Expand Down

0 comments on commit df9a961

Please sign in to comment.