diff --git a/src/components/head-tag-editor/index.jsx b/src/components/head-tag-editor/index.jsx index bd9f767..9ca6b56 100644 --- a/src/components/head-tag-editor/index.jsx +++ b/src/components/head-tag-editor/index.jsx @@ -1,7 +1,7 @@ import { Fragment } from 'react'; import { Helmet } from 'react-helmet-async'; import PropTypes from 'prop-types'; -import { isThemeDarkish } from '../../helpers/utils'; +import { isDarkishTheme } from '../../helpers/utils'; const HeadTagEditor = ({ profile, theme, googleAnalytics, social }) => { return ( @@ -25,7 +25,7 @@ const HeadTagEditor = ({ profile, theme, googleAnalytics, social }) => {