File tree Expand file tree Collapse file tree 2 files changed +38
-12
lines changed
Expand file tree Collapse file tree 2 files changed +38
-12
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,13 @@ const Navbar = () => {
2525 < nav className = "flex items-center justify-between p-3 md:px-24 border-b-[1.5px] border-black" >
2626 < div className = "flex items-center space-x-6 w-full" >
2727 < Link href = "/" >
28- < div className = "relative flex space-x-1" >
29- < Image
30- src = "/hypercerts-logo.svg"
31- width = { 46 }
32- height = { 46 }
33- alt = "Hypercerts mark"
34- className = "w-6 h-6 lg:w-8 lg:h-8"
35- />
36- < span className = "font-semibold text-base lg:text-2xl tracking-tight" >
37- Hypercerts
38- </ span >
39- </ div >
28+ < Image
29+ src = "/hypercerts-header-logo.svg"
30+ width = { 120 }
31+ height = { 50 }
32+ alt = "Hypercerts logo"
33+ className = "min-w-[120px] lg:min-w-[160px]"
34+ />
4035 </ Link >
4136 < div className = "hidden md:flex items-center justify-center space-x-2 w-full" >
4237 < Link
You can’t perform that action at this time.
0 commit comments