Footer: update License language
This commit is contained in:
@@ -18,6 +18,14 @@ footer {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#command {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#marker-green {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.outro-content {
|
.outro-content {
|
||||||
/* pointer-events: none; */
|
/* pointer-events: none; */
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
@@ -100,8 +108,6 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
||||||
footer {
|
footer {
|
||||||
height: 920px;
|
height: 920px;
|
||||||
|
|||||||
@@ -51,9 +51,9 @@ const Footer: React.FC<FooterProps> = () => {
|
|||||||
Phosphor is free and open source, licensed under{" "}
|
Phosphor is free and open source, licensed under{" "}
|
||||||
<a
|
<a
|
||||||
className="main-link"
|
className="main-link"
|
||||||
href="https://www.gnu.org/licenses/gpl-3.0.en.html"
|
href="https://raw.githubusercontent.com/phosphor-icons/phosphor-web/master/LICENSE"
|
||||||
>
|
>
|
||||||
GNU GPL-3.0
|
MIT
|
||||||
</a>
|
</a>
|
||||||
. If you enjoy these icons, please support us with a donation.
|
. If you enjoy these icons, please support us with a donation.
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user