Fixed wrong namespace

This commit is contained in:
Fernando Videira
2024-06-19 20:18:36 +01:00
parent 0cd2bf4c38
commit 7732ce80e5
@@ -2,7 +2,7 @@ import CardContainer from './CardContainer'
import { useTranslation } from 'react-i18next' import { useTranslation } from 'react-i18next'
const Optimization = () => { const Optimization = () => {
const { t } = useTranslation('optimization') const { t } = useTranslation()
return ( return (
<div className="header-text"> <div className="header-text">
<h1> <h1>