add veda3
This commit is contained in:
@@ -137,7 +137,7 @@ export default function Example() {
|
||||
<img
|
||||
alt={image.alt}
|
||||
src={image.src}
|
||||
className="h-full w-full object-cover object-center sm:rounded-lg"
|
||||
className="h-full w-full object-cover object-center"
|
||||
/>
|
||||
</TabPanel>
|
||||
))}
|
||||
@@ -151,7 +151,7 @@ export default function Example() {
|
||||
key={image.id}
|
||||
className={({ selected }) =>
|
||||
classNames(
|
||||
'group relative flex h-24 cursor-pointer items-center justify-center rounded-md bg-white text-sm font-medium uppercase text-gray-900 hover:bg-gray-50 focus:outline-none focus:ring focus:ring-opacity-50 focus:ring-offset-4',
|
||||
'group relative flex h-24 cursor-pointer items-center justify-center bg-white text-sm font-medium uppercase text-gray-900 hover:bg-gray-50 focus:outline-none focus:ring focus:ring-opacity-50 focus:ring-offset-4',
|
||||
selected ? 'ring-indigo-500' : 'ring-transparent'
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user