We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011f42e commit b86e166Copy full SHA for b86e166
packages/devextreme-cli/src/templates/react/sample-pages/home/home.tsx
@@ -68,7 +68,7 @@ export default function Home() {
68
<p>Thanks for using the DevExtreme React App Template.</p>
69
<p>
70
<span>This application was built using </span>
71
- <a href={'https://create-react-app.dev/'} target={'_blank'} rel={'noopener noreferrer'}>Create React App</a>
+ <a href={'https://vite.dev/guide/'} target={'_blank'} rel={'noopener noreferrer'}>create-vite</a>
72
<span> and </span>
73
<a href={'https://js.devexpress.com/Documentation/Guide/Common/DevExtreme_CLI/'} target={'_blank'} rel={'noopener noreferrer'}>DevExtreme CLI</a>
74
<span> and includes the following DevExtreme components:</span>
0 commit comments