Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsiebring committed Aug 28, 2024
1 parent 33d65db commit 520eda4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
4 changes: 0 additions & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -69,9 +68,6 @@ export default function Footer() {
<div>
<h5 className="text-headline mb-5">{t('app:footer.reach')}</h5>
<ul className="list-none">
<li className="mb-5 md:mb-0">
<a href={`tel:${phone}`}>{phone}</a>
</li>
<li className="mb-5 md:mb-0">
<a href={`mailto:${email}`}>hello@collaction.org</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/donate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 520eda4

Please sign in to comment.