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 71ce468 commit 5c69a11Copy full SHA for 5c69a11
packages/devextreme-cli/src/templates/nextjs/sample-pages/home/page.tsx
@@ -69,7 +69,7 @@ export default function Page() {
69
<p>Thanks for using the DevExtreme React App Template.</p>
70
<p>
71
<span>This application was built using </span>
72
- <a href={'https://vite.dev/guide/'} target={'_blank'} rel={'noopener noreferrer'}>create-vite</a>
+ <a href={'https://nextjs.org/'} target={'_blank'} rel={'noopener noreferrer'}>NextJs</a>
73
<span> and </span>
74
<a href={'https://js.devexpress.com/Documentation/Guide/Common/DevExtreme_CLI/'} target={'_blank'} rel={'noopener noreferrer'}>DevExtreme CLI</a>
75
<span> and includes the following DevExtreme components:</span>
0 commit comments