|
@@ -54,7 +54,13 @@ const HeaderTitle: FC<PropsWithChildren<Props>> = (props) => {
|
|
|
return (
|
|
|
<>
|
|
|
<span className={styles.headerTitle}>
|
|
|
- <img src="/logo.png" alt="logo"></img>
|
|
|
+ <Image
|
|
|
+ width={105}
|
|
|
+ height={40}
|
|
|
+ src="/logo.png"
|
|
|
+ alt="logo"
|
|
|
+ className={"h-full"}
|
|
|
+ ></Image>
|
|
|
{/*<div className={"font-bold text-[#ff6a01]"}>BCWIN777</div>*/}
|
|
|
<div className={styles.selectCountry} onClick={handler}>
|
|
|
<Image src={target.icon} alt={target.value} width={30} height={20} />
|