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 ↗ + ); }