diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-06 00:05:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-06 00:10:40 -0700 |
| commit | 913f28e2f27830192a1c80270612d8314eed3353 (patch) | |
| tree | 01bdf287a3b7c2370b37b3b1eba0be4ba5868479 /src/components/TitleBar | |
| parent | 83c3fa302adbc4c3adf63c59cfe87b51d83ecbcb (diff) | |
phase_tracker_only: implement the twitch table
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 af34446..f345f24 100644 --- a/src/components/TitleBar/TitleBar.tsx +++ b/src/components/TitleBar/TitleBar.tsx @@ -134,6 +134,11 @@ const TitleBar: React.FC<TitleBarProps> = ({ Home </li> </Link> + <Link href="/twitch"> + <li className="p-4 hover:bg-gray-700 transition-colors duration-300"> + Twitch Table + </li> + </Link> <Link href="/about"> <li className="p-4 hover:bg-gray-700 transition-colors duration-300"> About |
