Skip to content

Commit c327006

Browse files
authoredMar 19, 2023
fix(create-vite): updated js & ts templates with new react docs link (#12479)
1 parent 07aa155 commit c327006

File tree

2 files changed

+2
-2
lines changed
  • packages/create-vite

2 files changed

+2
-2
lines changed
 

‎packages/create-vite/template-react-ts/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function App() {
1212
<a href="https://vitejs.dev" target="_blank">
1313
<img src={viteLogo} className="logo" alt="Vite logo" />
1414
</a>
15-
<a href="https://reactjs.org" target="_blank">
15+
<a href="https://react.dev" target="_blank">
1616
<img src={reactLogo} className="logo react" alt="React logo" />
1717
</a>
1818
</div>

‎packages/create-vite/template-react/src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function App() {
1212
<a href="https://vitejs.dev" target="_blank">
1313
<img src={viteLogo} className="logo" alt="Vite logo" />
1414
</a>
15-
<a href="https://reactjs.org" target="_blank">
15+
<a href="https://react.dev" target="_blank">
1616
<img src={reactLogo} className="logo react" alt="React logo" />
1717
</a>
1818
</div>

0 commit comments

Comments
 (0)