Skip to content

Commit

Permalink
Merge pull request #698 from wmde/swatch-incompatible-icon-removal
Browse files Browse the repository at this point in the history
Remove InfoIcon.vue because it was not compatible with swatches
  • Loading branch information
moiikana authored Feb 11, 2025
2 parents c007a6b + 9b67fa0 commit bfe202a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script setup lang="ts">
import { DynamicContent } from '@src/utils/DynamicContent/DynamicContent';
import { inject, onMounted, onUnmounted } from 'vue';
import InfoIcon from '@src/components/Icons/InfoIcon.vue';
import InfoIcon from '@src/components/Icons/InfoIconStraight.vue';
import KeenSliderSlide from '@src/components/Slider/KeenSliderSlide.vue';
import AnimatedText from '@src/components/AnimatedText/AnimatedText.vue';
import { useLiveDateAndTime } from '@src/components/composables/useLiveDateAndTime';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script setup lang="ts">
import { inject, onMounted, onUnmounted } from 'vue';
import { DynamicContent } from '@src/utils/DynamicContent/DynamicContent';
import InfoIcon from '@src/components/Icons/InfoIcon.vue';
import InfoIcon from '@src/components/Icons/InfoIconStraight.vue';
import AnimatedText from '@src/components/AnimatedText/AnimatedText.vue';
import { useLiveDateAndTime } from '@src/components/composables/useLiveDateAndTime';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script setup lang="ts">
import { inject, onMounted, onUnmounted } from 'vue';
import { DynamicContent } from '@src/utils/DynamicContent/DynamicContent';
import InfoIcon from '@src/components/Icons/InfoIcon.vue';
import InfoIcon from '@src/components/Icons/InfoIconStraight.vue';
import { useLiveDateAndTime } from '@src/components/composables/useLiveDateAndTime';
const {
Expand Down
38 changes: 0 additions & 38 deletions src/components/Icons/InfoIcon.vue

This file was deleted.

0 comments on commit bfe202a

Please sign in to comment.