|
@@ -77,16 +77,16 @@ const Card: FC<PropsWithChildren<CardProps>> = (props) => {
|
|
|
<p className={"h-[0.6rem]"}>{item?.game_name_cn}</p>
|
|
|
|
|
|
<div className={"flex w-[2.2rem] justify-around"}>
|
|
|
- <Button
|
|
|
- onClick={playGameHandler}
|
|
|
- className={
|
|
|
- "h-[0.39rem] w-[0.89rem] rounded-[0.05rem] text-[0.15rem]" +
|
|
|
- " bg-[#3a3a3a]" +
|
|
|
- " font-bold"
|
|
|
- }
|
|
|
- >
|
|
|
- {t("demo")}
|
|
|
- </Button>
|
|
|
+ {/*<Button*/}
|
|
|
+ {/* onClick={playGameHandler}*/}
|
|
|
+ {/* className={*/}
|
|
|
+ {/* "h-[0.39rem] w-[0.89rem] rounded-[0.05rem] text-[0.15rem]" +*/}
|
|
|
+ {/* " bg-[#3a3a3a]" +*/}
|
|
|
+ {/* " font-bold"*/}
|
|
|
+ {/* }*/}
|
|
|
+ {/*>*/}
|
|
|
+ {/* {t("demo")}*/}
|
|
|
+ {/*</Button>*/}
|
|
|
<Button
|
|
|
onClick={playGameHandler}
|
|
|
className={`h-[0.39rem] w-[0.89rem] rounded-[0.05rem] bg-[#009d80] text-[0.15rem] font-bold`}
|