diff --git a/components/Company.js b/components/Company.js index c621d37..38e80dd 100644 --- a/components/Company.js +++ b/components/Company.js @@ -5,12 +5,12 @@ import { faGlobeAmericas, faBuilding } from "@fortawesome/free-solid-svg-icons"; const icons = { allowFullRemote: faGlobeAmericas, - hasPhisicalOffices: faBuilding + hasPhysicalOffices: faBuilding }; const descriptions = { allowFullRemote: `Allows employees to work remote everyday of the year`, - hasPhisicalOffices: `Has a phisical office` + hasPhysicalOffices: `Has a physical office` }; const Wrapper = styled.div` diff --git a/data/companies.js b/data/companies.js index f58d635..a2e95bf 100644 --- a/data/companies.js +++ b/data/companies.js @@ -6,7 +6,7 @@ export default [ description: "Fueling the next healthcare industry.", meta: { allowFullRemote: true, - hasPhisicalOffices: true + hasPhysicalOffices: true } }, { picture: "https://www.wyeworks.com/favicon.png", @@ -15,7 +15,7 @@ export default [ description: "Inspiring people to build great software", meta: { allowFullRemote: true, - hasPhisicalOffices: true + hasPhysicalOffices: true } } ];