From 543bd8b0c2e2645e18ed63c2e3129d8befb4d396 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:29:10 -0700 Subject: [PATCH] add github link to popup --- src/components/BottomLabel.css | 10 ++++++++++ src/components/BottomLabel.tsx | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/src/components/BottomLabel.css b/src/components/BottomLabel.css index e41a00d..0f3ee8f 100644 --- a/src/components/BottomLabel.css +++ b/src/components/BottomLabel.css @@ -18,6 +18,16 @@ font-size: 14px; } +.github-link { + color: #4A4863; + text-decoration: none; + transition: opacity 0.2s ease; +} + +.github-link:hover { + text-decoration: underline; +} + .dot { width: 3px; height: 3px; diff --git a/src/components/BottomLabel.tsx b/src/components/BottomLabel.tsx index 6d00883..d5e791e 100644 --- a/src/components/BottomLabel.tsx +++ b/src/components/BottomLabel.tsx @@ -9,6 +9,10 @@ export function BottomLabel() { {version}
P-Stream +
+ + Github ↗ + ); }