Skip to content

Commit 4fd4229

Browse files
author
Manu
committed
- Should be done
1 parent e9268b7 commit 4fd4229

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

src/components/Navbars/IndexNavbar.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ class ComponentsNavbar extends React.Component {
198198
color="default"
199199
onClick={this.scrollToDownload}
200200
>
201-
<i className="tim-icons icon-cloud-download-93" />{" "}
202-
Download
201+
<i className="tim-icons icon-cloud-download-93" /> Download
203202
</Button>
204203
</NavItem>
205204
</Nav>

src/views/IndexSections/Download.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Download extends React.Component {
2020
<h4 className="description">
2121
Cause if you do, it can be yours for FREE. Hit the button below
2222
to navigate to Creative Tim where you can find the design system
23-
in HTML format. Start a new project or give an old Bootstrap
23+
in React format. Start a new project or give an old Bootstrap
2424
project a new look!
2525
</h4>
2626
</Col>
@@ -32,7 +32,7 @@ class Download extends React.Component {
3232
role="button"
3333
size="lg"
3434
>
35-
Download HTML
35+
Download React
3636
</Button>
3737
</Col>
3838
</Row>

src/views/examples/ProfilePage.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,17 +312,15 @@ class ProfilePage extends React.Component {
312312
href="#pablo"
313313
onClick={e => e.preventDefault()}
314314
>
315-
<i className="tim-icons icon-book-bookmark" />
316-
Bookmark
315+
<i className="tim-icons icon-book-bookmark" /> Bookmark
317316
</Button>
318317
<Button
319318
className="btn-simple"
320319
color="info"
321320
href="#pablo"
322321
onClick={e => e.preventDefault()}
323322
>
324-
<i className="tim-icons icon-bulb-63" />
325-
Check it!
323+
<i className="tim-icons icon-bulb-63" /> Check it!
326324
</Button>
327325
</div>
328326
</Col>

0 commit comments

Comments
 (0)