Footer: update copy and remove command img for now

This commit is contained in:
rektdeckard
2020-10-07 16:02:11 -04:00
parent 255730a11d
commit cfb10c93d9

View File

@@ -4,8 +4,8 @@ import { ArrowElbowDownRight, Coffee, Heart } from "phosphor-react";
import uArrowUpLeft from "../../assets/u-arrow-up-left.svg"; import uArrowUpLeft from "../../assets/u-arrow-up-left.svg";
import markerGreen from "../../assets/marker-green.svg"; import markerGreen from "../../assets/marker-green.svg";
import postIt from "../../assets/footer-mobile.svg"; import postIt from "../../assets/footer-mobile.svg";
import commandKey from "../../assets/command-key.svg"; // import commandKey from "../../assets/command-key.svg";
import commandKeySpec from "../../assets/command-key-spec.svg"; // import commandKeySpec from "../../assets/command-key-spec.svg";
import "./Footer.css"; import "./Footer.css";
type FooterProps = {}; type FooterProps = {};
@@ -27,13 +27,13 @@ const Footer: React.FC<FooterProps> = () => {
<img src={uArrowUpLeft} alt="" /> <img src={uArrowUpLeft} alt="" />
</button> </button>
<div className="outro"> <div className="outro">
<img id="command" src={commandKeySpec} alt="" /> {/* <img id="command" src={commandKeySpec} alt="" />
<img <img
id="command" id="command"
className="inspectable xray" className="inspectable xray"
src={commandKey} src={commandKey}
alt="" alt=""
/> /> */}
<div className="links"> <div className="links">
<div> <div>
<ArrowElbowDownRight size={24} /> <ArrowElbowDownRight size={24} />
@@ -100,15 +100,14 @@ const Footer: React.FC<FooterProps> = () => {
community. community.
</p> </p>
<p> <p>
Phosphor is licensed under{" "} Phosphor is free and open-source, licensed under{" "}
<a <a
className="main-link" className="main-link"
href="https://raw.githubusercontent.com/phosphor-icons/phosphor-web/master/LICENSE" href="https://raw.githubusercontent.com/phosphor-icons/phosphor-web/master/LICENSE"
> >
MIT MIT
</a> </a>
, free to use without attribution. If you enjoy these icons, please . If you enjoy these icons, please support us with a donation.
support us with a donation.
</p> </p>
<div className="button-container"> <div className="button-container">
<button <button
@@ -134,7 +133,7 @@ const Footer: React.FC<FooterProps> = () => {
</div> </div>
<div className="fine-print"> <div className="fine-print">
<p> <p>
Copyright © 2020 Phosphor Icons. Phosphor Icons is designed by{" "} Phosphor Icons is designed by{" "}
<a className="main-link" href="https://helenazhang.com"> <a className="main-link" href="https://helenazhang.com">
Helena Zhang Helena Zhang
</a>{" "} </a>{" "}