Skip to content

Commit 16654be

Browse files
committed
changed demo app home page title
1 parent a1ed164 commit 16654be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-app/src/client/Components/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
function Home(): JSX.Element {
44
return (
55
<div className='about'>
6-
<h1>Lorem Ipsum</h1>
6+
<h2>REACTIME - DEMO APP</h2>
77
<p>
88
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
99
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco

0 commit comments

Comments
 (0)