fix: upgrade frontend-build to v12
This commit is contained in:
committed by
leangseu-edx
parent
a753170cb7
commit
26906d45f7
@@ -5,7 +5,7 @@ import { getConfig } from '@edx/frontend-platform';
|
||||
|
||||
import messages from './messages';
|
||||
|
||||
function Head() {
|
||||
const Head = () => {
|
||||
const { formatMessage } = useIntl();
|
||||
return (
|
||||
<Helmet>
|
||||
@@ -15,6 +15,6 @@ function Head() {
|
||||
<link rel="shortcut icon" href={getConfig().FAVICON_URL} type="image/x-icon" />
|
||||
</Helmet>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default Head;
|
||||
|
||||
Reference in New Issue
Block a user