Skip to content

Commit

Permalink
fix(card): stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Oct 5, 2023
1 parent 3aac9ba commit 6555999
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/components/card/stories/card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const WithAbsImageHeaderTemplate = (args: CardProps) => (
alt="Card background"
className="w-full h-[440px] object-cover"
height={440}
src={require("./assets/apple-event.jpeg")}
src={"/images/assets/apple-event.jpeg"}
width={330}
/>
</Card>
Expand All @@ -159,7 +159,7 @@ const WithAbsImgHeaderFooterTemplate = (args: CardProps) => (
alt="Card background"
className="w-full h-[440px] pt-10 object-contain"
height={440}
src={require("./assets/homepod.jpeg")}
src={"/images/assets/homepod.jpeg"}
width={300}
/>
<CardFooter className="justify-between absolute bottom-0 z-10">
Expand Down Expand Up @@ -244,7 +244,7 @@ const CoverImgTemplate = (args: CardProps) => (
<img
alt="Breathing app icon"
className="rounded-full w-10 h-11 bg-black"
src={require("./assets/breathing-app-icon.jpeg")}
src={"/images/assets/breathing-app-icon.jpeg"}
/>
<div className="flex flex-col">
<p className="text-xs text-white/60">Breathing App</p>
Expand All @@ -268,7 +268,7 @@ const CenterImgTemplate = (args: CardProps) => (
<Image
isBlurred
alt="Card background"
src={require("./assets/local-image-1.jpeg")}
src={"/images/assets/local-image-1.jpeg"}
width={300}
/>
</CardBody>
Expand Down Expand Up @@ -352,39 +352,39 @@ const CenterImgWithHeaderTemplate = (args: CardProps) => {
const list = [
{
title: "Mac",
img: require("./assets/mac.png"),
img: "/images/assets/mac.png",
},
{
title: "iPhone",
img: require("./assets/iphone.png"),
img: "/images/assets/iphone.png",
},
{
title: "iPad",
img: require("./assets/ipad.png"),
img: "/images/assets/ipad.png",
},
{
title: "Apple Watch",
img: require("./assets/apple-watch.png"),
img: "/images/assets/apple-watch.png",
},
{
title: "AirPods",
img: require("./assets/airpods.png"),
img: "/images/assets/airpods.png",
},
{
title: "AirTag",
img: require("./assets/airtag.png"),
img: "/images/assets/airtag.png",
},
{
title: "Apple TV",
img: require("./assets/appletv.png"),
img: "/images/assets/appletv.png",
},
{
title: "HomePod mini",
img: require("./assets/homepod-mini.png"),
img: "/images/assets/homepod-mini.png",
},
{
title: "Accessories",
img: require("./assets/accessories.png"),
img: "/images/assets/accessories.png",
},
];

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/storybook/public/images/assets/cup.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/storybook/public/images/assets/ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/storybook/public/images/assets/mac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6555999

Please sign in to comment.