feat(external): Add Sketch plugin link
This commit is contained in:
@@ -45,14 +45,17 @@ const Links: React.FC<LinksProps> = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ArrowElbowDownRight size={24} />
|
<ArrowElbowDownRight size={24} />
|
||||||
<a
|
<OutboundLink
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
href="https://github.com/phosphor-icons/phosphor-home/issues"
|
to="https://phosphoricons.com/assets/phosphor-icons.sketchplugin.zip"
|
||||||
|
eventLabel="Download sketch plugin"
|
||||||
|
download
|
||||||
|
type="application/zip"
|
||||||
>
|
>
|
||||||
Request an icon
|
Sketch plugin
|
||||||
</a>
|
</OutboundLink>
|
||||||
</div>
|
</div>
|
||||||
{/* <div>
|
<div>
|
||||||
<ArrowElbowDownRight size={24} />
|
<ArrowElbowDownRight size={24} />
|
||||||
<span>
|
<span>
|
||||||
<a className="nav-link" href="https://paypal.me/minoraxis">
|
<a className="nav-link" href="https://paypal.me/minoraxis">
|
||||||
@@ -63,8 +66,8 @@ const Links: React.FC<LinksProps> = () => {
|
|||||||
Patreon
|
Patreon
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</div> */}
|
</div>
|
||||||
<div>
|
{/* <div>
|
||||||
<ArrowElbowDownRight size={24} />
|
<ArrowElbowDownRight size={24} />
|
||||||
<a className="nav-link" href="https://paypal.me/minoraxis">
|
<a className="nav-link" href="https://paypal.me/minoraxis">
|
||||||
Donate on PayPal
|
Donate on PayPal
|
||||||
@@ -76,6 +79,7 @@ const Links: React.FC<LinksProps> = () => {
|
|||||||
Support us on Patreon
|
Support us on Patreon
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
<div>
|
<div>
|
||||||
<ArrowElbowDownRight size={24} />
|
<ArrowElbowDownRight size={24} />
|
||||||
<a
|
<a
|
||||||
@@ -85,6 +89,15 @@ const Links: React.FC<LinksProps> = () => {
|
|||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<ArrowElbowDownRight size={24} />
|
||||||
|
<a
|
||||||
|
className="nav-link"
|
||||||
|
href="https://github.com/phosphor-icons/phosphor-home/issues"
|
||||||
|
>
|
||||||
|
Request an icon
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user