diff --git a/nest-front/src/components/shared/Footer.tsx b/nest-front/src/components/shared/Footer.tsx index 124d0b2..d7dea1e 100644 --- a/nest-front/src/components/shared/Footer.tsx +++ b/nest-front/src/components/shared/Footer.tsx @@ -1,7 +1,9 @@ import { Link } from 'react-router-dom'; +import { useSettings } from '../../contexts/SettingsContext'; export function Footer() { const year = new Date().getFullYear(); + const { forumEnabled, bugsEnabled } = useSettings(); return (