diff --git a/libs/react-components/src/lib/components/Banner/Banner.stories.tsx b/libs/react-components/src/lib/components/Banner/Banner.stories.tsx index 843f574..3833cdb 100644 --- a/libs/react-components/src/lib/components/Banner/Banner.stories.tsx +++ b/libs/react-components/src/lib/components/Banner/Banner.stories.tsx @@ -48,7 +48,6 @@ export const Hero: Story = { content: 'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequa.', isHero: true, - imageSrc: - 'https://s3-alpha-sig.figma.com/img/07ea/17f4/495f02efa84e03a9d184758288dce2f0?Expires=1719187200&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=FNLOp0rxTclfS4rHH5J0Yg42soFr1apjc9FvPr1T2qAMIBQE5vR3fdyikaiJOXb1oW2jWsXZXHWLjXO4smprKq0Lq~Z8vwZXio5IY-1~ss3ptWNM-EqVRaM6w-XOXcTeJLfE4NlV2b2F5f8bGTcTrmwY9ZKr6-hnQPbIXvdc85ApLPGNe3XawzMxxDf90~yEgkTD9zsgfV70vcLfxk7zhTVZpqdwrRXTZIvHStOh-VgYLUFahZTUEAazIQ67nfT9lDyrjP2x9~dD~uy6pj-PE~ox00ZlwFB5eKMUa3ZQeRY9GuRdBmysY8fFUXcqTynBdMBGj8OazN54WySG~sPw8Q__', + imageSrc: 'https://quickstarts.teradata.com/_/img/possible2024.png', }, }; diff --git a/libs/react-components/src/lib/components/Tabs/Tabs.stories.tsx b/libs/react-components/src/lib/components/Tabs/Tabs.stories.tsx index f70a829..45ea301 100644 --- a/libs/react-components/src/lib/components/Tabs/Tabs.stories.tsx +++ b/libs/react-components/src/lib/components/Tabs/Tabs.stories.tsx @@ -51,6 +51,24 @@ const meta = { title="This is another demo title" /> , + + {demoContent}

} + imageSrc={ + 'https://www.teradata.com/getmedia/b6c99212-cd32-42ec-beec-a12436b0296a/roles-data_leader.svg?origin=fd' + } + title="This is another demo title tab 3" + /> +
, + + {demoContent}

} + imageSrc={ + 'https://www.teradata.com/getmedia/b6c99212-cd32-42ec-beec-a12436b0296a/roles-data_leader.svg?origin=fd' + } + title="This is another demo title tab 4" + /> +
, ], }, } satisfies Meta;