mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: drawer custom style image
This commit is contained in:
parent
103519c078
commit
aef47ffbf4
@ -160,7 +160,7 @@ export default function App() {
|
||||
alt="Event image"
|
||||
className="aspect-square w-full hover:scale-110"
|
||||
height={300}
|
||||
src="https://herouipro.nyc3.cdn.digitaloceanspaces.com/components-images/places/san-francisco.png"
|
||||
src="https://nextuipro.nyc3.cdn.digitaloceanspaces.com/components-images/places/san-francisco.png"
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col gap-2 py-4">
|
||||
|
||||
@ -316,7 +316,7 @@ const CustomStylesTemplate = (args: DrawerProps) => {
|
||||
alt="Event image"
|
||||
className="aspect-square w-full hover:scale-110"
|
||||
height={300}
|
||||
src="https://herouipro.nyc3.cdn.digitaloceanspaces.com/components-images/places/san-francisco.png"
|
||||
src="https://nextuipro.nyc3.cdn.digitaloceanspaces.com/components-images/places/san-francisco.png"
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col gap-2 py-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user