diff --git a/.babelrc b/.babelrc deleted file mode 100644 index a6f4434..0000000 --- a/.babelrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "presets": ["next/babel"], - "plugins": ["inline-react-svg"] -} diff --git a/components/Curators.tsx b/components/Curators.tsx index 1632b89..4876f59 100644 --- a/components/Curators.tsx +++ b/components/Curators.tsx @@ -76,14 +76,14 @@ function Curators(): JSX.Element { return (
{ const theme = useThemeState(); return (
-
+
{
  • {feature.icon}
    diff --git a/components/Footer.tsx b/components/Footer.tsx index 027aa11..94c604b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -23,7 +23,7 @@ const Footer = (): JSX.Element => {