diff --git a/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js b/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js
index 3111974c69..1a51b50685 100644
--- a/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js
+++ b/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js
@@ -31,7 +31,7 @@ context('welcome-page', () => {
contain(2, 0, 'showcases--angular-ng-build');
});
it('Check for Card: React Showcase', function () {
- contain(2, 1, 'showcases--react-cra-build');
+ contain(2, 1, 'showcases--react-vite-build');
});
it('Check for Card: Reactwind Showcase', function () {
contain(2, 2, 'showcases--react-and-tailwind');
diff --git a/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx b/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx
index aead9d8a4c..2a73d6efd9 100644
--- a/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx
+++ b/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx
@@ -6,7 +6,7 @@ import Readme from './../readme.md?raw';
<db-button>
-The `` element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Most of attributes are used in the same way as with a native button. You can try out on Button Live Demo Page.
+The `` element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Most of attributes are used in the same way as with a native button. You can try out on [Button Live Demo](?path=/story/db-button--live-demo) Page.