aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-11-04 00:08:45 -0800
committerPinapelz <yukais@pinapelz.com>2024-11-04 00:08:45 -0800
commitc3ac89095e4008304e9fb028e20588212c4c4cdd (patch)
treecab19afb53d7050f5b9140cd8573e90226f69a61 /src/components
parenta4289ad223fe2f06d3c8a2bcd49dd50ce90ecece (diff)
add data tab to sidebar, update about
Diffstat (limited to 'src/components')
-rw-r--r--src/components/TitleBar/TitleBar.tsx5
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">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage