Footer:: fix license link
This commit is contained in:
@@ -51,7 +51,7 @@ 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="Phosphor Icons is a flexible icon family in 6 weights. We aim to provide consistency, variety, and above all, ease-of-use for creators of all kinds. Browse the library on our website"
|
href="https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||||
>
|
>
|
||||||
GNU GPL-3.0
|
GNU GPL-3.0
|
||||||
</a>
|
</a>
|
||||||
@@ -123,18 +123,10 @@ const Footer: React.FC<FooterProps> = () => {
|
|||||||
<img src={uArrowUpLeft} alt="" />
|
<img src={uArrowUpLeft} alt="" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<img id="command" src={commandKeySpec} alt="" />
|
||||||
<img
|
<img
|
||||||
id="command"
|
id="command"
|
||||||
className="inspectable"
|
className="inspectable xray"
|
||||||
src={commandKeySpec}
|
|
||||||
alt=""
|
|
||||||
/>
|
|
||||||
<motion.img
|
|
||||||
id="command"
|
|
||||||
className="inspectable"
|
|
||||||
variants={variants}
|
|
||||||
initial="visible"
|
|
||||||
whileHover="hidden"
|
|
||||||
src={commandKey}
|
src={commandKey}
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user