diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 74eb3c2f6d7..86c7daf8923 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -20,7 +20,7 @@ jobs: path: - nextjs-app - nextjs-pages - - remix-ts + - react-router-ts - vite-ts fail-fast: false steps: diff --git a/.storybook/images/logo-react-router.svg b/.storybook/images/logo-react-router.svg new file mode 100644 index 00000000000..73284929d36 --- /dev/null +++ b/.storybook/images/logo-react-router.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.storybook/images/logo-remix.svg b/.storybook/images/logo-remix.svg deleted file mode 100644 index ad6b857518d..00000000000 --- a/.storybook/images/logo-remix.svg +++ /dev/null @@ -1,45 +0,0 @@ - - Remix Logo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/ProjectTemplates.mdx b/docs/ProjectTemplates.mdx index d18277ebdbc..5cf9c73b587 100644 --- a/docs/ProjectTemplates.mdx +++ b/docs/ProjectTemplates.mdx @@ -1,9 +1,9 @@ -import { Footer, ProjectTemplate, TableOfContent, LabelWithWrapping } from '@sb/components'; -import { Meta } from '@storybook/blocks'; -import { Link, FlexBox, FlexBoxJustifyContent, FlexBoxWrap, Label } from '@ui5/webcomponents-react'; +import { Footer, LabelWithWrapping, ProjectTemplate, TableOfContent } from '@sb/components'; import NextLogo from '@sb/images/logo-nextjs.svg'; +import ReactRouterLogo from '@sb/images/logo-react-router.svg'; import ViteLogo from '@sb/images/logo-vitejs.svg'; -import RemixLogo from '@sb/images/logo-remix.svg'; +import { Meta } from '@storybook/blocks'; +import { FlexBox, FlexBoxJustifyContent, FlexBoxWrap, Label } from '@ui5/webcomponents-react'; @@ -98,15 +98,10 @@ A curated list of minimal project templates and examples to get started using UI >