feat(app): more homepage style updates

This commit is contained in:
rektdeckard
2023-03-13 12:21:55 -06:00
parent a14bdfb281
commit 94e66c3893
19 changed files with 679 additions and 79 deletions

View File

@@ -88,6 +88,22 @@ const Links = (_: LinksProps) => {
Request an icon
</OutboundLink>
</div>
<div>
<ArrowElbowDownRight size={24} />
<OutboundLink href="tk" eventLabel="Request">
TKTK
</OutboundLink>
</div>
<div>
<ArrowElbowDownRight size={24} />
<OutboundLink
href="https://play.phosphoricons.com"
eventLabel="Request"
>
Showcase TK
</OutboundLink>
</div>
</div>
);
};