Skip to content

Commit

Permalink
Uncomment BottomMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
GoelBiju committed Jan 25, 2021
1 parent 15269e9 commit 0038cf3
Showing 1 changed file with 34 additions and 36 deletions.
70 changes: 34 additions & 36 deletions layout/BottomMenu.js
Original file line number Diff line number Diff line change
@@ -1,45 +1,43 @@
import React, { Component } from "react";
// import { Link } from "react-router-dom";
// import "./BottomMenu.css";
import { Text } from "react-native";
import "./BottomMenu.css";

class BottomMenu extends Component {
render() {
return (
// <footer className="page-footer">
// <div className="container">
// <div className="row">
// <div className="col l s4">
// <h5>Home</h5>
// <ul>{/* <li><Link to="/">Home</Link></li> */}</ul>
// </div>
// <div className="col 4 s4">
// <h5>Search</h5>
// {/* <ul>
// </ul> */}
// </div>
// <div className="col 8 s4">
// <h5>News</h5>
// {/* <ul>
// <li><Link to="/contact">Contact Us</Link></li>
// </ul> */}
// </div>
// <div className="col 8 s4">
// <h5>Cast</h5>
// {/* <ul>
// <li><Link to="/contact">Contact Us</Link></li>
// </ul> */}
// </div>
// <div className="col 8 s4">
// <h5>More</h5>
// {/* <ul>
// <li><Link to="/contact">Contact Us</Link></li>
// </ul> */}
// </div>
// </div>
// </div>
// </footer>
<Text>Test</Text>
<footer className="page-footer">
<div className="container">
<div className="row">
<div className="col l s4">
<h5>Home</h5>
<ul>{/* <li><Link to="/">Home</Link></li> */}</ul>
</div>
<div className="col 4 s4">
<h5>Search</h5>
{/* <ul>
</ul> */}
</div>
<div className="col 8 s4">
<h5>News</h5>
{/* <ul>
<li><Link to="/contact">Contact Us</Link></li>
</ul> */}
</div>
<div className="col 8 s4">
<h5>Cast</h5>
{/* <ul>
<li><Link to="/contact">Contact Us</Link></li>
</ul> */}
</div>
<div className="col 8 s4">
<h5>More</h5>
{/* <ul>
<li><Link to="/contact">Contact Us</Link></li>
</ul> */}
</div>
</div>
</div>
</footer>
);
}
}
Expand Down

0 comments on commit 0038cf3

Please sign in to comment.