From c73624f628107247826cb13bfdb842e8f520736f Mon Sep 17 00:00:00 2001
From: Stefano Pigozzi <256895@studenti.unimore.it>
Date: Wed, 21 Apr 2021 18:31:49 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Pass=20...props=20to=20the=20log?=
=?UTF-8?q?o=20image?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
code/frontend/src/components/Logo.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/code/frontend/src/components/Logo.js b/code/frontend/src/components/Logo.js
index d60d21a..65be700 100644
--- a/code/frontend/src/components/Logo.js
+++ b/code/frontend/src/components/Logo.js
@@ -1,6 +1,4 @@
import React, {useContext} from "react"
-import Style from "./Logo.module.css"
-import classNames from "classnames"
import LogoDark from "../media/LogoDark.png"
import LogoLight from "../media/LogoLight.png"
import ContextTheme from "../contexts/ContextTheme"
@@ -21,6 +19,6 @@ export default function Logo({ children, className, ...props }) {
}
return (
-
+
)
}