File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments