Skip to content

Commit

Permalink
remove dt-icon from meeting pill
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamarina committed Sep 6, 2024
1 parent e8600c3 commit e2185bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
>
<template #left>
<div class="dt-message-input-meeting-pill__icon">
<dt-icon
name="video"
<dt-icon-video
size="400"
/>
</div>
Expand Down Expand Up @@ -37,7 +36,7 @@
<script>
import { NodeViewWrapper, nodeViewProps } from '@tiptap/vue-2';
import { DtItemLayout } from '@/components/item_layout';
import { DtIconClose } from '@dialpad/dialtone-icons/vue2';
import { DtIconClose, DtIconVideo } from '@dialpad/dialtone-icons/vue2';
import { DtButton } from '@/components/button';
export default {
Expand All @@ -48,6 +47,7 @@ export default {
DtItemLayout,
DtIconClose,
DtButton,
DtIconVideo,
},
props: nodeViewProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
>
<template #left>
<div class="dt-message-input-meeting-pill__icon">
<dt-icon
name="video"
<dt-icon-video
size="400"
/>
</div>
Expand Down Expand Up @@ -37,7 +36,7 @@
<script>
import { NodeViewWrapper, nodeViewProps } from '@tiptap/vue-3';
import { DtItemLayout } from '@/components/item_layout';
import { DtIconClose } from '@dialpad/dialtone-icons/vue3';
import { DtIconClose, DtIconVideo } from '@dialpad/dialtone-icons/vue3';
import { DtButton } from '@/components/button';
export default {
Expand All @@ -48,6 +47,7 @@ export default {
DtItemLayout,
DtIconClose,
DtButton,
DtIconVideo,
},
props: nodeViewProps,
Expand Down

0 comments on commit e2185bd

Please sign in to comment.