|
@@ -94,7 +94,7 @@ const Card: FC<PropsWithChildren<CardProps>> = (props) => {
|
|
|
<div className={"flex w-[2.2rem] justify-around"}>
|
|
|
{/* 只是PG游戏展示demo试玩按钮 */}
|
|
|
{
|
|
|
- item?.category_name === 'PG' && <Button
|
|
|
+ item?.category_name === 'Pragmaticplay' && <Button
|
|
|
onClick={() => playGameHandler({...item!, demo: 1})}
|
|
|
className={
|
|
|
"h-[0.39rem] w-[0.89rem] rounded-[0.05rem] text-[0.15rem]" +
|