chore: Update snippets and unused code
This commit is contained in:
4
.vscode/phosphor-home.code-snippets
vendored
4
.vscode/phosphor-home.code-snippets
vendored
@@ -21,8 +21,8 @@
|
||||
"{",
|
||||
"\tname: \"${1:name}\",",
|
||||
"\tcategories: [IconCategory${2:categories}],",
|
||||
"\ttags: [${3:tags}],",
|
||||
"\tIcon: ${4:icon},",
|
||||
"\ttags: [\"*new*\", ${3:tags}],",
|
||||
"\tIcon: Icons.${4:icon},",
|
||||
"},"
|
||||
],
|
||||
"description": "Create an IconEntry for phosphor-home"
|
||||
|
||||
@@ -43,26 +43,6 @@ const Links: React.FC<LinksProps> = () => {
|
||||
</OutboundLink>
|
||||
</span>
|
||||
</div>
|
||||
{/* <div>
|
||||
<ArrowElbowDownRight size={24} />
|
||||
<OutboundLink
|
||||
className="nav-link"
|
||||
to="https://www.figma.com/file/xMCDSp5g0g7Fw8aMyAdVVr/Phosphor-Icon-Library-0.6.0"
|
||||
eventLabel="Figma library"
|
||||
>
|
||||
Figma library
|
||||
</OutboundLink>
|
||||
</div>
|
||||
<div>
|
||||
<ArrowElbowDownRight size={24} />
|
||||
<OutboundLink
|
||||
className="nav-link"
|
||||
to="https://www.figma.com/community/plugin/892854133443228626/Phosphor-Icons"
|
||||
eventLabel="Figma plugin"
|
||||
>
|
||||
Figma plugin
|
||||
</OutboundLink>
|
||||
</div> */}
|
||||
<div>
|
||||
<ArrowElbowDownRight size={24} />
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user