mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-16 05:44:17 -06:00
added heaer: todos and where to find help
This commit is contained in:
parent
1a7f6b8bc9
commit
10fc1f535b
@ -5,6 +5,7 @@ import OpenPageButton from "./OpenPageButton";
|
||||
* @returns {JSX.Element} JSX - HTML tags and JS functionality
|
||||
* @description Drop down menu elements
|
||||
* @author Brock <darkicewolf50@gmail.com>
|
||||
* @todo chang to proper drop down menu, convert to using <Link>
|
||||
*/
|
||||
const DropdownMenu = () => {
|
||||
return (
|
||||
|
@ -10,6 +10,7 @@ import "./Header.css";
|
||||
* @returns {JSX.Element} JSX - HTML tags and JS functionality
|
||||
* @description The top header part of the page includes the naviagtion
|
||||
* @author Brock <darkicewolf50@gmail.com>
|
||||
* @todo convert any dropdowns and use <Link> just like <a> https://github.com/Akshpreet02/EventSphere
|
||||
*/
|
||||
const Header = () => {
|
||||
const [isDropdownVisible, setDropdownVisible] = useState(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user