Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename organisations to organizations to align spelling with American English standards #2243

Merged
merged 1 commit into from
Dec 14, 2024
Merged
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
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
Loading