button commented

This commit is contained in:
VividTruthKeeper 2022-08-20 19:14:52 +05:00
parent 063f406409
commit 37dd4e70de
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ const MainSliderSlide = ({ id, img, header, txt }: SlideProps) => {
<div className="swiper-slider-content-inner">
<h3>{header}</h3>
<p>{txt}</p>
<Link to={""}>
{/* <Link to={""}>
<span>Click the button</span>
<div>
<img src={arrowNext} alt="" />
</div>
</Link>
</Link> */}
</div>
</div>
</div>