@@ -57,9 +57,13 @@ const HeaderTitle: FC<PropsWithChildren<Props>> = (props) => {
return (
<>
<span className={styles.headerTitle}>
- {/*<img src="/logo.png" alt="logo" className={"w-[0.6944rem]"}></img>*/}
-
- <div className={"font-bold text-[#ff6a01]"}>XQEsoft</div>
+ <Image
+ width={105}
+ height={40}
+ src="/logo.png"
+ alt="logo"
+ className={"h-full"}
+ ></Image>
{visibleLanguage ? (
<div className={styles.selectCountry} onClick={handler}>
@@ -41,7 +41,7 @@
color: #fff;
align-items: center;
img{
- height: 0.1389rem;
+ //height: 0.1389rem;
}
.title{
font-size: .24rem;