diff --git a/components.d.ts b/components.d.ts index 489a3ef8..565278d7 100644 --- a/components.d.ts +++ b/components.d.ts @@ -92,6 +92,7 @@ declare module '@vue/runtime-core' { 'IconMdi:contentCopy': typeof import('~icons/mdi/content-copy')['default'] 'IconMdi:kettleSteamOutline': typeof import('~icons/mdi/kettle-steam-outline')['default'] IconMdiArrowDown: typeof import('~icons/mdi/arrow-down')['default'] + IconMdiArrowRightBottom: typeof import('~icons/mdi/arrow-right-bottom')['default'] IconMdiChevronDown: typeof import('~icons/mdi/chevron-down')['default'] IconMdiChevronRight: typeof import('~icons/mdi/chevron-right')['default'] IconMdiClose: typeof import('~icons/mdi/close')['default'] diff --git a/src/tools/text-case-converter/text-case-converter.vue b/src/tools/text-case-converter/text-case-converter.vue index 36107b42..cb4cfb95 100644 --- a/src/tools/text-case-converter/text-case-converter.vue +++ b/src/tools/text-case-converter/text-case-converter.vue @@ -1,6 +1,9 @@