import { useTranslation } from "react-i18next"; import "./settings-pages.scss"; /** * Third-party attribution — routed at `/parametres/credits`. Exists solely * to satisfy the CC BY 4.0 requirement on the ingredient icon set (see * `features/recipes/ingredients/ingredient-icons.tsx`'s `FilledIcon`-based components): * most of it comes from foodiconpack.com's free "Common ingredient icons" * and "Common Utensils" collections, which require crediting the source, * linking the license, and noting that the icons were adapted (recolored * to `currentColor` for theming, original size/style attributes dropped — * see the generation note in `ingredient-icons.tsx`). Nothing else in the * app currently needs a credits entry — grow this page if that changes. */ export function CreditsPage() { const { t } = useTranslation(); return (
{t("credits.icons.description")}