Skip to content

Commit

Permalink
Merge pull request #2243 from TimYaTingChen/issue2229
Browse files Browse the repository at this point in the history
Rename `organisations` to `organizations` to align spelling with American English standards
  • Loading branch information
anth-volk authored Dec 14, 2024
2 parents f728c43 + 404897b commit f9ae992
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/Testimonials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/HomeQuoteCarousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/HomeUsedBy.jsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit f9ae992

Please sign in to comment.