diff --git a/src/Components/Footer/Footer.tsx b/src/Components/Footer/Footer.tsx index 7d950fc..78dc7cc 100644 --- a/src/Components/Footer/Footer.tsx +++ b/src/Components/Footer/Footer.tsx @@ -2,7 +2,7 @@ import { useTranslation } from "react-i18next"; import { FaFacebook, FaLinkedin } from "react-icons/fa"; const Footer = () => { - const { t } = useTranslation(); + const { t, i18n } = useTranslation(); return ( diff --git a/src/index.css b/src/index.css index 4ac4dfc..b96dba6 100644 --- a/src/index.css +++ b/src/index.css @@ -57,6 +57,13 @@ body { @apply mb-2 mt-3 italic text-lg xl:text-2xl font-medium text-gray-300; } +.footer-text { + @apply text-gray-400 font-medium +} + +.footer-text-pt { + @apply text-gray-400 font-medium text-xs +} @keyframes fadeEffect { 0% {