fix: upgrade frontend-build to v12

This commit is contained in:
Leangseu Kim
2023-02-22 13:06:27 -05:00
committed by leangseu-edx
parent a753170cb7
commit 26906d45f7
8 changed files with 3856 additions and 7737 deletions

View File

@@ -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;