aboutsummaryrefslogtreecommitdiff
path: root/src/components/project/project-page/ProjectNavigation.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/project/project-page/ProjectNavigation.js')
-rw-r--r--src/components/project/project-page/ProjectNavigation.js25
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