diff --git a/src/assets/terms_and_conditions.md b/src/assets/terms_and_conditions.md index 85d7161..859bc2e 100644 --- a/src/assets/terms_and_conditions.md +++ b/src/assets/terms_and_conditions.md @@ -15,7 +15,7 @@ Princetonplein 5 Introduction 2024-2025 Dit document vult de volgende documenten aan: -- [Privacy statement introductie](./privacy-statement.md) +- [Privacy statement introductie](https://raw.githubusercontent.com/svsticky/intro-website/master/src/assets/privacy-statement.md) - [Gedragsregels Sticky](https://public.svsticky.nl/Code%20of%20Conduct%20[Nederlands].pdf) # Foto's diff --git a/src/components/Home.jsx b/src/components/Home.jsx index adf711a..fd3daec 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -110,6 +110,17 @@ class Home extends Component { {getContactPersons(data.contactPersons)} +
);