Skip to content
Snippets Groups Projects
Commit 2ca27b38 authored by danieldeng2's avatar danieldeng2
Browse files

Change leftbar top text

parent 4d171320
No related branches found
No related tags found
No related merge requests found
import React from "react"; import React from "react";
import styles from "./style.module.scss"; import styles from "./style.module.scss";
import { Link } from "react-router-dom";
import { Route, Switch } from "react-router-dom"; import { Route, Switch } from "react-router-dom";
import LeftBarDashboard from "components/organisms/LeftBarDashboard"; import LeftBarDashboard from "components/organisms/LeftBarDashboard";
import LeftBarModuleList from "components/organisms/LeftBarModuleList"; import LeftBarModuleList from "components/organisms/LeftBarModuleList";
...@@ -17,7 +16,7 @@ const LeftBar: React.FC<LeftBarProps> = ({modulesFilter, setModulesFilter}) => { ...@@ -17,7 +16,7 @@ const LeftBar: React.FC<LeftBarProps> = ({modulesFilter, setModulesFilter}) => {
return ( return (
<div id={styles.leftbarWrapper}> <div id={styles.leftbarWrapper}>
<p className={styles.leftbarStatus}> <p className={styles.leftbarStatus}>
<Link to="/Dashboard">1 NOTICE</Link> 2020 - 2021
</p> </p>
<Switch> <Switch>
<Route path="/modules/:id"> <Route path="/modules/:id">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment