We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a94140 commit ff0b7b9Copy full SHA for ff0b7b9
src/pages/components/NavBar.tsx
@@ -38,16 +38,8 @@ export default function NavBar() {
38
<div className="flex items-center">
39
<div className="ml-6 flex-shrink-0">
40
<Image
41
- className="block h-9 w-auto lg:hidden"
42
- //src="https://i.imgur.com/ELBAyVb.png"
43
- //src="blackWhiteSquareIcon.png"
44
- src={logo}
45
- alt="Logo"
46
- />
47
- <Image
48
- className="hidden h-9 w-auto lg:block"
49
50
- // src="blackWhiteSquareIcon.png"
+ width={45}
+ height={45}
51
src={logo}
52
alt="Logo"
53
/>
0 commit comments