Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/politicians/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Link from 'next/link';
import FilterSidebar from '../components/FilterSidebar';
import PoliticianCards from '../components/PoliticianCards';

// Server-Side Logic: Fetching data
async function fetchPoliticians() {
const filePath = path.join(process.cwd(), 'politiciansData', 'politicians.json');
const jsonData = fs.readFileSync(filePath, 'utf8');
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/data/portfolio.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@
"title": "Youth Empowerment for Digital and Green Economies",
"status": "Ongoing",
"impact": "Launched partnerships to enhance skills training for African youth, aligning them with opportunities in green energy and digital sectors.",
"img": "/assets/portfolios/youth_empowerment_africa.jpg"
"img": "/assets/portfolios/amina-mohammed-youth_empowerment_africa.jpg"
},
{
"title": "Climate Action through the Great Green Wall Initiative",
"status": "Ongoing",
"impact": "Supports the Great Green Wall to restore ecosystems, promote sustainable livelihoods, and reduce migration pressures across the Sahel.",
"img": "/assets/portfolios/great_green_wall.jpg"
"img": "/assets/portfolios/amina_mohammed_great_green_wall.png"
},
{
"title": "SDG Financing Initiative for Africa",
Expand Down