mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-05-19 16:10:24 +00:00
Fix className in class
Signed-off-by: Pascal Brand <pascal.brand38@gmail.com>
This commit is contained in:
@@ -47,10 +47,10 @@ const metadata = {
|
||||
<br /><br />
|
||||
<Carousel
|
||||
list={[
|
||||
{ src: '/remote.jpg', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/main.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/console.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/custom.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/remote.jpg', class: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/main.png', class: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/console.png', class: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/custom.png', class: 'rounded-[15px] border border-gray-700' },
|
||||
]}
|
||||
/>
|
||||
</Fragment>
|
||||
|
||||
Reference in New Issue
Block a user