Skip to content

Commit 5c69a11

Browse files
replace vite lint by nextjs link on home page
1 parent 71ce468 commit 5c69a11

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-cli/src/templates/nextjs/sample-pages/home

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/templates/nextjs/sample-pages/home/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function Page() {
6969
<p>Thanks for using the DevExtreme React App Template.</p>
7070
<p>
7171
<span>This application was built using </span>
72-
<a href={'https://vite.dev/guide/'} target={'_blank'} rel={'noopener noreferrer'}>create-vite</a>
72+
<a href={'https://nextjs.org/'} target={'_blank'} rel={'noopener noreferrer'}>NextJs</a>
7373
<span> and </span>
7474
<a href={'https://js.devexpress.com/Documentation/Guide/Common/DevExtreme_CLI/'} target={'_blank'} rel={'noopener noreferrer'}>DevExtreme CLI</a>
7575
<span> and includes the following DevExtreme components:</span>

0 commit comments

Comments
 (0)