diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-07-03 10:09:49 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-07-03 10:09:49 +0200 |
commit | 064188855bdf8528e78afa684f3a247b64c69332 (patch) | |
tree | a99b94f9ef77d56e198611a646d2097cebd39afa /src/pages/Recent.tsx | |
parent | Components: SideBar: Change button color on hover (diff) | |
download | fs-tracer-frontend-064188855bdf8528e78afa684f3a247b64c69332.tar.gz fs-tracer-frontend-064188855bdf8528e78afa684f3a247b64c69332.tar.bz2 fs-tracer-frontend-064188855bdf8528e78afa684f3a247b64c69332.zip |
Components: SideBar: Highlight current page
Diffstat (limited to '')
-rw-r--r-- | src/pages/Recent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/Recent.tsx b/src/pages/Recent.tsx index cecef25..b0e0601 100644 --- a/src/pages/Recent.tsx +++ b/src/pages/Recent.tsx @@ -34,7 +34,7 @@ export default function Recent(props: any) { return ( <> <div className="flex h-screen"> - <SideBar /> + <SideBar currentPage="Recent" /> <main className="flex-1 overflow-y-auto"> <div> {files.map((file: any) => ( |