From 1c9a8c14114d5f1de42cd4f9feabc25ef4f14b2b Mon Sep 17 00:00:00 2001 From: Meryem Yanar Date: Tue, 2 Jul 2024 11:03:17 +0100 Subject: [PATCH] Add remaining page content --- pages/about/contact/$.mdx | 7 ++++++- pages/rights/report/$.mdx | 10 ++++++++-- pages/rights/report/index.tsx | 14 ++------------ pages/rights/resources/$.mdx | 14 ++++++++++++-- pages/rights/resources/index.tsx | 14 ++------------ 5 files changed, 30 insertions(+), 29 deletions(-) diff --git a/pages/about/contact/$.mdx b/pages/about/contact/$.mdx index 78657a6..2d5d1fb 100644 --- a/pages/about/contact/$.mdx +++ b/pages/about/contact/$.mdx @@ -1,3 +1,8 @@ import Contact from './index' -Contact us + +# Contact us + +Email: [info\@migrantwomennetwork.org](mailto:info@migrantwomennetwork.org?subject=Contact) + + diff --git a/pages/rights/report/$.mdx b/pages/rights/report/$.mdx index 9ae67a0..5a009e8 100644 --- a/pages/rights/report/$.mdx +++ b/pages/rights/report/$.mdx @@ -1,3 +1,9 @@ -import Contact from './index' +import Report from './index' - + +# Report +[WOMEN’S RIGHTS PERSPECTIVE ON THE EU CHARTER OF FUNDAMENTAL RIGHTS](https://www.migrantwomennetwork.org/2024/05/16/womens-rights-perspective-on-the-eu-charter-of-fundamental-rights/) + +Women’s Rights Perspective on the EU Charter of Fundamental Rights - European Network of Migrant Women (migrantwomennetwork.org) + + diff --git a/pages/rights/report/index.tsx b/pages/rights/report/index.tsx index de08e75..91b73ab 100644 --- a/pages/rights/report/index.tsx +++ b/pages/rights/report/index.tsx @@ -1,18 +1,8 @@ import React from 'react' import Layout from '../../layout' -const Report = () => { - return ( - - Report - FULFIL logo - - ) +const Report = ({ children }) => { + return {children} } export default Report diff --git a/pages/rights/resources/$.mdx b/pages/rights/resources/$.mdx index 9ae67a0..fd09a8a 100644 --- a/pages/rights/resources/$.mdx +++ b/pages/rights/resources/$.mdx @@ -1,3 +1,13 @@ -import Contact from './index' +import Resources from './index' - + + +# Resources + +[FACT SHEETS](https://drive.google.com/drive/folders/1gdVjCHno_oS3pfqlwMZXmv3Jz3MFGyOJ?usp=drive_link) + +[SUBMIT A CASE FOR THE DATABASE](https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAO__QntMuVURjQ5SDk3OTNQS01UUVpXVFI0N09QN1dYMS4u) + +Note: The following survey aims to gather case law related to migrant women’s fundamental rights violation in the EU. All answers are optional and cases can cover different jurisdictions. + + diff --git a/pages/rights/resources/index.tsx b/pages/rights/resources/index.tsx index 79d3ee7..4a67197 100644 --- a/pages/rights/resources/index.tsx +++ b/pages/rights/resources/index.tsx @@ -1,18 +1,8 @@ import React from 'react' import Layout from '../../layout' -const Resources = () => { - return ( - - Resources - FULFIL logo - - ) +const Resources = ({ children }) => { + return {children} } export default Resources