diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-11-04 00:08:45 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-11-04 00:08:45 -0800 |
| commit | c3ac89095e4008304e9fb028e20588212c4c4cdd (patch) | |
| tree | cab19afb53d7050f5b9140cd8573e90226f69a61 /src/components/TitleBar | |
| parent | a4289ad223fe2f06d3c8a2bcd49dd50ce90ecece (diff) | |
add data tab to sidebar, update about
Diffstat (limited to 'src/components/TitleBar')
| -rw-r--r-- | src/components/TitleBar/TitleBar.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/TitleBar/TitleBar.tsx b/src/components/TitleBar/TitleBar.tsx index 2d5da15..d5c7103 100644 --- a/src/components/TitleBar/TitleBar.tsx +++ b/src/components/TitleBar/TitleBar.tsx @@ -142,6 +142,11 @@ const TitleBar: React.FC<TitleBarProps> = ({ About </li> </Link> + <Link href="https://github.com/pinapelz/Phase-Tracker-Data"> + <li className="p-4 hover:bg-gray-700 transition-colors duration-300"> + Data + </li> + </Link> </ul> <ul className="mt-4 text-xl"> |
