Skip to content

Commit acf87a7

Browse files
Update body.component.jsx
1 parent db2804b commit acf87a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/js/components/body.component.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Body extends Component {
1919
<Row>
2020
<Col m={12}>
2121
<i className="material-icons">library_books</i>
22-
<h4>Your Document Management System <br /><em>...A safe place for all your files</em></h4>
22+
<h4>Your Docu-Trax Account <br /><em>...A safe place for all your files</em></h4>
2323
<Link to="/app/dashboard" className="waves-effect waves-light btn-large">Go To Dashboard</Link>
2424
</Col>
2525
</Row>
@@ -33,7 +33,7 @@ class Body extends Component {
3333
<Row>
3434
<Col m={12}>
3535
<i className="material-icons">library_books</i>
36-
<h4>Your Document Management System <br /><em>...A safe place for all your files</em></h4>
36+
<h4>Your Docu-Trax Account <br /><em>...A safe place for all your files</em></h4>
3737
<Link to="/app/signup" className="waves-effect waves-light btn-large">Get Started</Link>
3838
</Col>
3939
</Row>
@@ -42,4 +42,4 @@ class Body extends Component {
4242
);
4343
}
4444
}
45-
export default Body;
45+
export default Body;

0 commit comments

Comments
 (0)