|
@@ -8,13 +8,11 @@ interface Props {
|
|
|
}
|
|
|
const HomeNoticeBar: FC<Props> = (props) => {
|
|
|
const { notices } = props;
|
|
|
- console.log(`🚀🚀🚀🚀🚀-> in HomeNoticeBar.tsx on 11`, notices);
|
|
|
return (
|
|
|
<div className={"my-[0.0694rem] flex items-center"}>
|
|
|
<div className={"iconfont icon-laba mr-[0.06rem] text-[yellow]"}></div>
|
|
|
<Swiper
|
|
|
direction="vertical"
|
|
|
- className={"text-[yellow]"}
|
|
|
indicator={() => null}
|
|
|
style={{ "--height": "0.4167rem" }}
|
|
|
loop
|