Skip to content

Commit

Permalink
Fix typo =>
Browse files Browse the repository at this point in the history
  • Loading branch information
eldano committed Mar 13, 2020
1 parent a61665a commit 3d7b832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/Company.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions data/companies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -15,7 +15,7 @@ export default [
description: "Inspiring people to build great software",
meta: {
allowFullRemote: true,
hasPhisicalOffices: true
hasPhysicalOffices: true
}
}
];

0 comments on commit 3d7b832

Please sign in to comment.