Skip to content

Commit 7072daa

Browse files
authored
chore(Logo): remove unused Logo.scss file (#8062)
1 parent c0b16e9 commit 7072daa

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

src/components/Logo/Logo.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import Logo from "../../assets/site-logo.svg";
2-
import "./Logo.scss";
32

43
export default function LogoComp() {
54
return (
65
<img
7-
className="logo"
6+
className="float-left h-[35px] w-auto opacity-90 transition-opacity duration-200 hover:opacity-100"
87
src={Logo}
98
alt="webpack logo"
109
width={122}

src/components/Logo/Logo.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/components/Logo/__snapshots__/Logo.test.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Logo renders correctly 1`] = `
44
<img
55
alt="webpack logo"
6-
class="logo"
6+
class="float-left h-[35px] w-auto opacity-90 transition-opacity duration-200 hover:opacity-100"
77
height="35"
88
src="svg-mock"
99
width="122"

0 commit comments

Comments
 (0)