Skip to content

Commit

Permalink
Fix learning activity icon references
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Jun 27, 2024
1 parent 3e51937 commit ab07721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kolibri/plugins/learn/assets/src/views/AlsoInThis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
import TimeDuration from 'kolibri.coreVue.components.TimeDuration';
import useKResponsiveWindow from 'kolibri-design-system/lib/composables/useKResponsiveWindow';
import MissingResourceAlert from 'kolibri-common/components/MissingResourceAlert';
import LearningActivityIcon from 'kolibri-common/components/ResourceDisplayAndSearch/LearningActivityIcon.vue';
import useContentNodeProgress from '../composables/useContentNodeProgress';
import useContentLink from '../composables/useContentLink';
import LearningActivityIcon from './LearningActivityIcon.vue';
import ProgressBar from './ProgressBar';
export default {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
import TimeDuration from 'kolibri.coreVue.components.TimeDuration';
import SuggestedTime from 'kolibri.coreVue.components.SuggestedTime';
import get from 'lodash/get';
import LearningActivityIcon from './LearningActivityIcon.vue';
import LearningActivityIcon from 'kolibri-common/components/ResourceDisplayAndSearch/LearningActivityIcon.vue';
import commonLearnStrings from './commonLearnStrings';
import DeviceConnectionStatus from './DeviceConnectionStatus.vue';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import { LearningActivities } from 'kolibri.coreVue.vuex.constants';
import commonCoreStrings from 'kolibri.coreVue.mixins.commonCoreStrings';
import LearningActivityIcon from './LearningActivityIcon.vue';
import LearningActivityIcon from 'kolibri-common/components/ResourceDisplayAndSearch/LearningActivityIcon.vue';
/**
* Wraps LearningActivityIcon in KLabeledIcon
Expand Down

0 comments on commit ab07721

Please sign in to comment.