diff --git a/src/data/organisations.js b/src/data/organizations.js similarity index 100% rename from src/data/organisations.js rename to src/data/organizations.js diff --git a/src/pages/Testimonials.jsx b/src/pages/Testimonials.jsx index 8e27157b7..8bd68459e 100644 --- a/src/pages/Testimonials.jsx +++ b/src/pages/Testimonials.jsx @@ -3,7 +3,7 @@ import Footer from "../layout/Footer"; import Section from "../layout/Section"; import style from "../style"; import { fullQuotes } from "../data/quotes"; -import { allOrgs } from "data/organisations"; +import { allOrgs } from "data/organizations"; import useDisplayCategory from "../hooks/useDisplayCategory"; export default function Testimonials() { diff --git a/src/pages/home/HomeQuoteCarousel.jsx b/src/pages/home/HomeQuoteCarousel.jsx index 410571c18..84db1714f 100644 --- a/src/pages/home/HomeQuoteCarousel.jsx +++ b/src/pages/home/HomeQuoteCarousel.jsx @@ -2,7 +2,7 @@ import style from "../../style/index.js"; import useDisplayCategory from "../../hooks/useDisplayCategory.js"; import { useState, useEffect } from "react"; import { quoteData } from "../../data/quotes.js"; -import { orgData } from "../../data/organisations.js"; +import { orgData } from "../../data/organizations.js"; import Carousel from "../../layout/Carousel.jsx"; import useCountryId from "../../hooks/useCountryId.js"; import { Link } from "react-router-dom"; diff --git a/src/pages/home/HomeUsedBy.jsx b/src/pages/home/HomeUsedBy.jsx index ffe08c943..9af182dc0 100644 --- a/src/pages/home/HomeUsedBy.jsx +++ b/src/pages/home/HomeUsedBy.jsx @@ -1,6 +1,6 @@ import style from "../../style"; import Section from "../../layout/Section"; -import { orgData } from "data/organisations"; +import { orgData } from "data/organizations"; import useCountryId from "../../hooks/useCountryId"; import useDisplayCategory from "../../hooks/useDisplayCategory";