|
@@ -74,7 +74,7 @@ const HomePromotion: FC<Props> = (props) => {
|
|
|
{data?.map((promotion, index) => (
|
|
|
<SwiperSlide key={index}>
|
|
|
<div className={"h-[0.2778rem] px-[0.12rem]"}>
|
|
|
- <header className={"pb-[0.0694rem] leading-[0.2778rem]"}>
|
|
|
+ <header className={"truncate leading-[0.2778rem]"}>
|
|
|
{promotion.content.title}
|
|
|
</header>
|
|
|
</div>
|