diff --git a/extensions/tags/js/src/common/helpers/tagLabel.js b/extensions/tags/js/src/common/helpers/tagLabel.js index d10c7f770..8b667bc06 100644 --- a/extensions/tags/js/src/common/helpers/tagLabel.js +++ b/extensions/tags/js/src/common/helpers/tagLabel.js @@ -1,5 +1,5 @@ import extract from 'flarum/common/utils/extract'; -import yiqValue from 'flarum/common/utils/yiqValue'; +import getContrast from 'flarum/common/utils/getContrast'; import Link from 'flarum/common/components/Link'; import tagIcon from './tagIcon';