Skip to content

Commit f3fc4a8

Browse files
committed
change message in template
1 parent 22b0460 commit f3fc4a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

template/src/pages/Home.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ export const Home: React.FC = () => {
66
<Fragment>
77
<h1>Redux + TypeScript</h1>
88
<p>
9-
An opinionated Create React App template with React Router, TypeScript
10-
and Redux
9+
Hello and welcome! :) This app was generated by the Create React App
10+
template and bootstrapped with Redux, React Router, TypeScript, ESlint,
11+
Prettier for you. Take a look around ;)
1112
</p>
1213
<Counter />
1314
</Fragment>

0 commit comments

Comments
 (0)