add
This commit is contained in:
parent
eb7206d987
commit
ee9df61320
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 8.4 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 8.4 KiB |
|
@ -22,7 +22,7 @@ export function MainHeader() {
|
|||
<div className="select-none w-full flex items-center justify-start bg-white shadow-md border-b border-gray-100 fixed z-30 py-2">
|
||||
<div className="flex-1 px-4 md:px-6 mx-auto flex items-center justify-start h-full">
|
||||
<div className="flex items-center justify-start space-x-4">
|
||||
<img src="/logo.svg" className="h-8 w-auto " />
|
||||
<img src="/logo.svg" className="h-12 w-12 " />
|
||||
<div
|
||||
onClick={() => navigate("/")}
|
||||
className="text-2xl font-bold bg-gradient-to-r from-primary-600 via-primary-500 to-primary-400 bg-clip-text text-transparent hover:scale-105 transition-transform cursor-pointer">
|
||||
|
|
Loading…
Reference in New Issue