diff --git a/.vscode/settings.json b/.vscode/settings.json
index ef66012..872bb6f 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,6 +2,6 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
+ "source.fixAll.eslint": "explicit"
}
}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index f31b208..9fb401e 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -9,7 +9,6 @@ import CollActionLogoWithText from 'public/logo-black-small.png';
import PoweredByVercel from 'public/powered-by-vercel.svg';
import { useTranslation } from 'next-i18next';
-const phone = '+31640394005';
const email = 'contact@collaction.org';
const KvK = '65628608';
const RSIN = '856193690';
@@ -69,9 +68,6 @@ export default function Footer() {
{t('app:footer.reach')}
- -
- {phone}
-
-
hello@collaction.org
diff --git a/src/pages/donate/index.tsx b/src/pages/donate/index.tsx
index a2b00bd..51d1196 100644
--- a/src/pages/donate/index.tsx
+++ b/src/pages/donate/index.tsx
@@ -11,7 +11,7 @@ import ContactModal from 'src/components/ContactModal';
import { v4 } from 'uuid';
import { toggleBtnState } from 'src/helpers/toggleButtonState';
-import HeroImg from 'public/collaction_team.png';
+import HeroImg from 'public/uilenstede_banner.jpg';
import PageHero from 'src/components/PageHero';
import { useTranslation } from 'next-i18next';
diff --git a/src/pages/team/index.tsx b/src/pages/team/index.tsx
index 2580349..e575022 100644
--- a/src/pages/team/index.tsx
+++ b/src/pages/team/index.tsx
@@ -17,7 +17,7 @@ import { JoinTagTokenType } from 'src/types/joins';
import TwoColumnSection from 'src/components/TwoColumnSection';
import DownloadImg from 'public/download_app.png';
-import HeroImg from 'public/collaction_team.jpg';
+import HeroImg from 'public/uilenstede_banner.jpg';
import { InferGetStaticPropsType } from 'next';
import PageHero from 'src/components/PageHero';
import ContentBlock from 'src/components/ContentBlock';