mirror of
https://github.com/p-stream/extension.git
synced 2026-04-21 08:52:23 +00:00
add github link to popup
This commit is contained in:
parent
27615ac512
commit
543bd8b0c2
2 changed files with 14 additions and 0 deletions
|
|
@ -18,6 +18,16 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github-link {
|
||||||
|
color: #4A4863;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: opacity 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.github-link:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.dot {
|
.dot {
|
||||||
width: 3px;
|
width: 3px;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ export function BottomLabel() {
|
||||||
{version}
|
{version}
|
||||||
<div className="dot" />
|
<div className="dot" />
|
||||||
P-Stream
|
P-Stream
|
||||||
|
<div className="dot" />
|
||||||
|
<a href="https://github.com/p-stream/extension" target="_blank" rel="noopener noreferrer" className="github-link">
|
||||||
|
Github ↗
|
||||||
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue