Skip to content

Commit

Permalink
fix: update pokemon links
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jun 21, 2024
1 parent f954616 commit 0af0558
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/content/components/layout/tiles/tiles-autoRows.demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ export default () => (
<Tiles space={1} tilesWidth="250px" equalHeight>
<Card>
<Image
src="https://www.pokewiki.de/images/6/63/Sugimori_004.png"
src="https://www.pokewiki.de/images/0/09/Hauptartwork_004.png"
alt="glumanda"
width={100}
height={100}
/>
</Card>
<Card>
<Image
src="https://www.pokewiki.de/images/9/96/Sugimori_001.png"
src="https://www.pokewiki.de/images/d/d3/Hauptartwork_001.png"
alt="bisasam"
width={100}
height={100}
/>
</Card>
<Card>
<Image
src="https://www.pokewiki.de/images/6/6c/Sugimori_025.png"
src="https://www.pokewiki.de/images/9/9e/Hauptartwork_025.png"
alt="pikachu"
width={100}
height={100}
Expand All @@ -33,7 +33,7 @@ export default () => (
</Card>
<Card>
<Image
src="https://www.pokewiki.de/images/2/26/Sugimori_037.png"
src="https://www.pokewiki.de/images/c/c6/Hauptartwork_037.png"
alt="vulpix"
width={100}
height={100}
Expand Down
6 changes: 3 additions & 3 deletions docs/content/components/layout/tiles/tiles-complex.demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default () => (
<Card p={4}>
<Stack space={6} alignX="center">
<Image
src="https://www.pokewiki.de/images/6/63/Sugimori_004.png"
src="https://www.pokewiki.de/images/0/09/Hauptartwork_004.png"
alt="glumanda"
width={200}
height={200}
Expand All @@ -28,7 +28,7 @@ export default () => (
<Card p={4}>
<Stack space={6} alignX="center">
<Image
src="https://www.pokewiki.de/images/7/7a/Sugimori_005.png"
src="https://www.pokewiki.de/images/0/08/Hauptartwork_005.png"
alt="glutexo"
width={200}
height={200}
Expand All @@ -45,7 +45,7 @@ export default () => (
<Card p={4}>
<Stack space={6} alignX="center">
<Image
src="https://www.pokewiki.de/images/9/96/Sugimori_006.png"
src="https://www.pokewiki.de/images/d/de/Hauptartwork_006.png"
alt="glurak"
width={250}
height={200}
Expand Down
8 changes: 4 additions & 4 deletions docs/content/components/layout/tiles/tiles-itemwidth.demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ export default () => (
<Tiles space={2} tilesWidth="200px" stretch>
<Card>
<Image
src="https://www.pokewiki.de/images/6/63/Sugimori_004.png"
src="https://www.pokewiki.de/images/0/09/Hauptartwork_004.png"
alt="glumanda"
width={100}
height={100}
/>
</Card>
<Card>
<Image
src="https://www.pokewiki.de/images/9/96/Sugimori_001.png"
src="https://www.pokewiki.de/images/d/d3/Hauptartwork_001.png"
alt="bisasam"
width={100}
height={100}
/>
</Card>
<Card>
<Image
src="https://www.pokewiki.de/images/6/6c/Sugimori_025.png"
src="https://www.pokewiki.de/images/9/9e/Hauptartwork_025.png"
alt="pikachu"
width={100}
height={100}
/>
</Card>
<Card>
<Image
src="https://www.pokewiki.de/images/2/26/Sugimori_037.png"
src="https://www.pokewiki.de/images/c/c6/Hauptartwork_037.png"
alt="vulpix"
width={100}
height={100}
Expand Down
18 changes: 9 additions & 9 deletions packages/components/src/Tiles/Tiles.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const Boxes: StoryObj<typeof Tiles> = {
export const DifferentHights: StoryObj<typeof Tiles> = {
render: args => (
<Tiles {...args}>
<div className=" border border-[#ced4da] bg-[#e9ecef]">
<div className="border border-[#ced4da] bg-[#e9ecef]">
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
Expand All @@ -84,24 +84,24 @@ export const DifferentHights: StoryObj<typeof Tiles> = {
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
</div>
<div className=" border border-[#ced4da] bg-[#e9ecef]">
<div className="border border-[#ced4da] bg-[#e9ecef]">
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
</div>
<div className=" border border-[#ced4da] bg-[#e9ecef]">
<div className="border border-[#ced4da] bg-[#e9ecef]">
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
</div>
<div className=" border border-[#ced4da] bg-[#e9ecef]">
<div className="border border-[#ced4da] bg-[#e9ecef]">
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
</div>
<div className=" border border-[#ced4da] bg-[#e9ecef]">
<div className="border border-[#ced4da] bg-[#e9ecef]">
<Text align="center">I love Tiles!</Text>
</div>
<div className=" border border-[#ced4da] bg-[#e9ecef]">
<div className="border border-[#ced4da] bg-[#e9ecef]">
<Text align="center">I love Tiles!</Text>
<Text align="center">I love Tiles!</Text>
</div>
Expand All @@ -115,7 +115,7 @@ export const Stacks: StoryObj<typeof Tiles> = {
<div className="border border-[#fa8005] bg-orange-100 p-1">
<Stack space={4} alignX="center">
<Image
src="https://www.pokewiki.de/images/6/63/Sugimori_004.png"
src="https://www.pokewiki.de/images/0/09/Hauptartwork_004.png"
alt="glumanda"
width={200}
height={200}
Expand All @@ -131,7 +131,7 @@ export const Stacks: StoryObj<typeof Tiles> = {
<div className="border border-[#fa8005] bg-orange-100 p-1">
<Stack space={4} alignX="center">
<Image
src="https://www.pokewiki.de/images/7/7a/Sugimori_005.png"
src="https://www.pokewiki.de/images/0/08/Hauptartwork_005.png"
alt="glutexo"
width={200}
height={200}
Expand All @@ -148,7 +148,7 @@ export const Stacks: StoryObj<typeof Tiles> = {
<div className="border border-[#fa8005] bg-orange-100 p-1">
<Stack space={4} alignX="center">
<Image
src="https://www.pokewiki.de/images/9/96/Sugimori_006.png"
src="https://www.pokewiki.de/images/d/de/Hauptartwork_006.png"
alt="glurak"
width={250}
height={200}
Expand Down

0 comments on commit 0af0558

Please sign in to comment.