final changes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//Page2.js
|
||||
|
||||
import React, { useState } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import './Page2.css'; // CSS File import
|
||||
@@ -30,7 +32,7 @@ const Page2 = () => {
|
||||
<li><Link to="/page2">Home</Link></li>
|
||||
<li><a href="#">Schedule</a></li>
|
||||
<li><Link to="/page5">Meeting DataBase</Link></li>
|
||||
<li><a href="#">Contact</a></li>
|
||||
<li><Link to="/page6">Edit DataBase</Link></li>
|
||||
<li><Link to="/">Log Out</Link></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user