Skip to content

Commit 543bd8b

Browse files
committed
add github link to popup
1 parent 27615ac commit 543bd8b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/components/BottomLabel.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
font-size: 14px;
1919
}
2020

21+
.github-link {
22+
color: #4A4863;
23+
text-decoration: none;
24+
transition: opacity 0.2s ease;
25+
}
26+
27+
.github-link:hover {
28+
text-decoration: underline;
29+
}
30+
2131
.dot {
2232
width: 3px;
2333
height: 3px;

src/components/BottomLabel.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ export function BottomLabel() {
99
{version}
1010
<div className="dot" />
1111
P-Stream
12+
<div className="dot" />
13+
<a href="https://github.com/p-stream/extension" target="_blank" rel="noopener noreferrer" className="github-link">
14+
Github ↗
15+
</a>
1216
</h3>
1317
);
1418
}

0 commit comments

Comments
 (0)