Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix: dialbot reference
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Nov 17, 2023
1 parent 367b648 commit a4c4ca6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions recipes/leftbar/general_row/leftbar_general_row_icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
:class="dialbotClasses"
data-qa="general-row-dialbot"
>
<icon-dialbot
class="d-svg--size24"
<dt-icon
name="dialbot"
size="500"
/>
</div>
</template>

<script>
import { DtIcon } from '@/components/icon';
import IconDialbot from '@dialpad/dialtone/lib/dist/vue/icons/IconDialbot.vue';
import {
LEFTBAR_GENERAL_ROW_ICON_MAPPING as ICON_MAPPING,
LEFTBAR_GENERAL_ROW_TYPES as TYPES,
Expand All @@ -30,7 +30,7 @@ import {
export default {
name: 'DtRecipeLeftbarGeneralRowIcon',
components: { DtIcon, IconDialbot },
components: { DtIcon },
props: {
type: {
type: String,
Expand Down Expand Up @@ -74,8 +74,6 @@ export default {
dialbotClasses () {
return [
'd-w24',
'd-h24',
'd-d-flex',
'd-ai-center',
'd-jc-center',
Expand Down

0 comments on commit a4c4ca6

Please sign in to comment.