Skip to content

Commit

Permalink
Images not loading fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed May 29, 2024
1 parent 46be8b9 commit 8a42039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/examples/heros.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lastUpdatedDate: 2022-04-06T12:00:00.000Z
<div class="h-full w-full overflow-hidden absolute">
<img
class="h-full w-full object-cover object-center"
src="https://placekitten.com/1000/750"
src="https://picsum.photos/1000/750"
alt=""
/>
</div>
Expand All @@ -34,7 +34,7 @@ lastUpdatedDate: 2022-04-06T12:00:00.000Z
<div className="h-full w-full overflow-hidden absolute">
<img
className="h-full w-full object-cover object-center"
src="https://placekitten.com/1000/750"
src="https://picsum.photos/1000/750"
alt=""
/>
</div>
Expand Down Expand Up @@ -62,7 +62,7 @@ lastUpdatedDate: 2022-04-06T12:00:00.000Z
```html
<div class="hero basefont-23 relative h-full max-h-500">
<div class="h-full w-full overflow-hidden relative max-h-500">
<img class="h-full w-full object-cover object-center" src="https://placekitten.com/1000/750" alt="" />
<img class="h-full w-full object-cover object-center" src="https://picsum.photos/1000/750" alt="" />
</div>
<div class="card block max-w-600 basefont-23 leading-display bg-white text-black border border-solid border-black-10 shadow relative max-w-full md:max-w-600 md:absolute md:top-auto md:left-36 md:bottom-36">
<div class="flex flex-col card-body items-start rs-px-2 rs-pt-2 rs-pb-4">
Expand All @@ -84,7 +84,7 @@ lastUpdatedDate: 2022-04-06T12:00:00.000Z
```
<div className="hero basefont-23 relative h-full max-h-500">
<div className="h-full w-full overflow-hidden relative max-h-500">
<img className="h-full w-full object-cover object-center" src="https://placekitten.com/1000/750" alt="" />
<img className="h-full w-full object-cover object-center" src="https://picsum.photos/1000/750" alt="" />
</div>
<div className="card block max-w-600 basefont-23 leading-display bg-white text-black border border-solid border-black-10 shadow relative max-w-full md:max-w-600 md:absolute md:top-auto md:left-36 md:bottom-36">
<div className="flex flex-col card-body items-start rs-px-2 rs-pt-2 rs-pb-4">
Expand Down

0 comments on commit 8a42039

Please sign in to comment.