diff --git a/config-plugins/typography-plugin.js b/config-plugins/typography-plugin.js index 54519a0c..66a44e9a 100644 --- a/config-plugins/typography-plugin.js +++ b/config-plugins/typography-plugin.js @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-var-requires */ const plugin = require("tailwindcss/plugin"); const typography = plugin(function ({ addUtilities, theme }) { const newUtilities = { diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 45982d30..76393ee5 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -39,6 +39,7 @@ for (const key in landscapeLinksEn.text) { export function Footer(props) { const { + className, error, lang, id, @@ -94,7 +95,11 @@ export function Footer(props) { const container = containerClass || "ds-container"; return ( -