Skip to content

Commit

Permalink
Updating the width to be 1200 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
travjenkins authored Jul 15, 2024
1 parent d7a3953 commit 06a0ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/Pricing/Head/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Head = () => {
query {
metaImg: file(relativePath: { eq: "pricing/graphic_parent.png" }) {
childImageSharp {
fixed(width: 400) {
fixed(width: 1200) {
src
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Head = () => {
query {
metaImg: file(relativePath: { eq: "flow-desktop.png" }) {
childImageSharp {
fixed(width: 400) {
fixed(width: 1200) {
src
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Head = () => {
query {
metaImg: file(relativePath: { eq: "real-time-graphic.png" }) {
childImageSharp {
fixed(width: 400) {
fixed(width: 1200) {
src
}
}
Expand Down

0 comments on commit 06a0ada

Please sign in to comment.