Skip to content

Commit

Permalink
Merge branch 'main' into georgiee-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
feedm3 authored Oct 18, 2023
2 parents 72ff19e + f26b1be commit 2d67234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/about-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const AboutUs = ({ data, location }: PageProps<AboutUsQueryProps>) => {
export default AboutUs;
export const AboutUsPageQuery = graphql`
query ($language: String!) {
hero: file(relativePath: { eq: "office/sy-office-02.jpg" }) {
hero: file(relativePath: { eq: "office/sy-office-05.jpg" }) {
childImageSharp {
gatsbyImageData(layout: FULL_WIDTH)
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/career.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const CareerPageQuery = graphql`
}
}
hero: file(relativePath: { eq: "office/sy-office-01.jpg" }) {
hero: file(relativePath: { eq: "office/sy-office-07.jpg" }) {
childImageSharp {
gatsbyImageData(layout: FULL_WIDTH)
}
Expand Down

0 comments on commit 2d67234

Please sign in to comment.