Fix className in class

Signed-off-by: Pascal Brand <pascal.brand38@gmail.com>
This commit is contained in:
Pascal Brand
2026-03-25 18:33:18 +01:00
parent f3006e0a1f
commit 65a9def87b
11 changed files with 44 additions and 44 deletions

View File

@@ -46,10 +46,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>

View File

@@ -50,10 +50,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>

View File

@@ -46,10 +46,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>

View File

@@ -46,10 +46,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>

View File

@@ -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>

View File

@@ -46,10 +46,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>

View File

@@ -45,10 +45,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>

View File

@@ -45,10 +45,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>

View File

@@ -46,10 +46,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>

View File

@@ -46,10 +46,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>

View File

@@ -45,10 +45,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>