diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /src/components/project/project-page/ProjectNavigation.js | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to 'src/components/project/project-page/ProjectNavigation.js')
| -rw-r--r-- | src/components/project/project-page/ProjectNavigation.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/components/project/project-page/ProjectNavigation.js b/src/components/project/project-page/ProjectNavigation.js deleted file mode 100644 index 014af21..0000000 --- a/src/components/project/project-page/ProjectNavigation.js +++ /dev/null @@ -1,25 +0,0 @@ -import React, { Component } from 'react'; -import PropTypes from 'prop-types'; - -export default class ProjectNavigation extends Component { - render() { - return( - <div className="project-nav"> - <div className="container"> - <div className="row"> - <div className="col-lg-6 prev"> - <a href="" id="no-h"> - <ion-icon name="arrow-back"></ion-icon>previous - </a> - </div> - <div className="col-lg-6 next"> - <a href="" id="no-h"> - <ion-icon name="arrow-back"></ion-icon>next - </a> - </div> - </div> - </div> - </div> - ) - } -}
\ No newline at end of file |