Fix variable typo (#8084)

This commit is contained in:
Nam Vu
2024-09-08 12:14:11 +07:00
committed by GitHub
parent b1918dae5e
commit 2d7954c7da
215 changed files with 599 additions and 597 deletions

View File

@@ -20,14 +20,14 @@ const Line = ({
d='M0,18 L24,18'
strokeWidth={1}
fill='none'
className='stroke-divider-soild'
className='stroke-divider-solid'
/>
<rect
x={0}
y={16}
width={1}
height={4}
className='fill-divider-soild-alt'
className='fill-divider-solid-alt'
/>
</>
)
@@ -38,7 +38,7 @@ const Line = ({
d={`M0,18 Q12,18 12,28 L12,${index * 48 + 18 - 10} Q12,${index * 48 + 18} 24,${index * 48 + 18}`}
strokeWidth={1}
fill='none'
className='stroke-divider-soild'
className='stroke-divider-solid'
/>
)
}
@@ -47,7 +47,7 @@ const Line = ({
y={index * 48 + 18 - 2}
width={1}
height={4}
className='fill-divider-soild-alt'
className='fill-divider-solid-alt'
/>
</g>
))