From 5a2865bd9d71e20481a38b0b2f935c0fc18edb32 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 20 Oct 2021 13:41:17 -0700 Subject: [PATCH] docs(component-api): remove hardcoded Carbon Svelte icon description --- docs/src/components/ComponentApi.svelte | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index 4ec66fbd..2e260202 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -8,21 +8,18 @@ }; import { - Link, OutboundLink, StructuredList, StructuredListHead, StructuredListRow, StructuredListCell, StructuredListBody, - TooltipDefinition, UnorderedList, ListItem, Tag, CodeSnippet, } from "carbon-components-svelte"; import InlineSnippet from "./InlineSnippet.svelte"; - import Launch16 from "carbon-icons-svelte/lib/Launch16"; const mdn_api = "https://developer.mozilla.org/en-US/docs/Web/API/"; const typeMap = { @@ -85,15 +82,7 @@ class="cell" style="z-index: {(prop.type || '').split(' | ').length - i}" > - {#if type.startsWith("typeof")} - - Carbon Svelte icon - - {:else if type.startsWith("HTML")} + {#if type.startsWith("HTML")}