Skip to content

Commit

Permalink
docs: improve display for website carousel, which will let image can …
Browse files Browse the repository at this point in the history
…be selected
  • Loading branch information
moonrailgun committed Feb 16, 2025
1 parent 4795b3d commit 99b4140
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ function HomepageMain() {
emulateTouch={true}
infiniteLoop={true}
>
<img src="/img/preview/1.png" />
<img src="/img/preview/2.png" />
<img src="/img/preview/3.png" />
<img src="/img/preview/4.png" />
<img src="/img/preview/5.png" />
<img src="/img/preview/6.png" />
<img className="select-none" src="/img/preview/1.png" />
<img className="select-none" src="/img/preview/2.png" />
<img className="select-none" src="/img/preview/3.png" />
<img className="select-none" src="/img/preview/4.png" />
<img className="select-none" src="/img/preview/5.png" />
<img className="select-none" src="/img/preview/6.png" />
</Carousel>
</div>

Expand Down

0 comments on commit 99b4140

Please sign in to comment.