Skip to content

Commit

Permalink
chore: swap out download icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 8, 2024
1 parent 6c9e3c5 commit 181a305
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"vue": "^3.3.13"
},
"dependencies": {
"@kong/icons": "^1.8.8",
"@kong/icons": "^1.8.9",
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/core": "^10.7.0",
"html-format": "^1.1.5",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
:tabindex="0"
@click="download"
>
<ArrowDownIcon
<DownloadIcon
decorative
:size="KUI_ICON_SIZE_30"
/>
Expand Down Expand Up @@ -154,7 +154,7 @@ import { v4 as uuidv4 } from 'uuid'
import type { MarkdownMode, InlineFormat, MarkdownTemplate, TextAreaInputEvent, Theme } from '@/types'
import formatHtml from 'html-format'
import { KUI_FONT_FAMILY_TEXT, KUI_FONT_FAMILY_CODE, KUI_SPACE_60, KUI_BREAKPOINT_PHABLET, KUI_ICON_SIZE_30 } from '@kong/design-tokens'
import { EditIcon, ArrowDownIcon } from '@kong/icons'
import { EditIcon, DownloadIcon } from '@kong/icons'
import MermaidJs from 'mermaid'
const props = defineProps({
Expand Down

0 comments on commit 181a305

Please sign in to comment.