fix(website): header and sidebar icons (#9574)

* fix: header icons

* Reorder imports

* remove field symbol

* fix type sidebar icon

* remove import

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
brynpttrsn
2023-05-19 13:28:37 -04:00
committed by GitHub
parent b85a3f2dde
commit 8107c5c0e7
2 changed files with 1 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ function generateIcon(kind: ApiItemKind) {
case ApiItemKind.Interface:
return <VscSymbolInterface />;
case ApiItemKind.TypeAlias:
case ApiItemKind.Variable:
return <VscSymbolVariable />;
default:
return <VscSymbolMethod />;