We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27615ac commit 543bd8bCopy full SHA for 543bd8b
src/components/BottomLabel.css
@@ -18,6 +18,16 @@
18
font-size: 14px;
19
}
20
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
31
.dot {
32
width: 3px;
33
height: 3px;
src/components/BottomLabel.tsx
@@ -9,6 +9,10 @@ export function BottomLabel() {
9
{version}
10
<div className="dot" />
11
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>
16
</h3>
17
);
0 commit comments