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}\",",
|
"\tname: \"${1:name}\",",
|
||||||
"\tcategories: [IconCategory${2:categories}],",
|
"\tcategories: [IconCategory${2:categories}],",
|
||||||
"\ttags: [${3:tags}],",
|
"\ttags: [\"*new*\", ${3:tags}],",
|
||||||
"\tIcon: ${4:icon},",
|
"\tIcon: Icons.${4:icon},",
|
||||||
"},"
|
"},"
|
||||||
],
|
],
|
||||||
"description": "Create an IconEntry for phosphor-home"
|
"description": "Create an IconEntry for phosphor-home"
|
||||||
|
|||||||
@@ -43,26 +43,6 @@ const Links: React.FC<LinksProps> = () => {
|
|||||||
</OutboundLink>
|
</OutboundLink>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</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>
|
<div>
|
||||||
<ArrowElbowDownRight size={24} />
|
<ArrowElbowDownRight size={24} />
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user