Skip to content

Commit

Permalink
Merge pull request #1742 from gustavomm19/development
Browse files Browse the repository at this point in the history
change name to 4geeks academy logo
  • Loading branch information
alesanchezr authored Aug 28, 2023
2 parents d06e69e + e8ef5d6 commit 22e3b05
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
org: {
name: "4Geeks Academy",
logo: "/images/4geeks-logo.png",
logo: "/images/4geeksacademy-logo.png",
},
siteVerification: {
google: "",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Footer = ({ yml }) => {
gridArea_tablet="1/1/2/3"
>
<RoundImage
url="/images/4geeks-logo.png"
url="/images/4geeksacademy-logo.png"
height="43px"
width="143px"
backgroundColor="transparent"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LandingFooter = ({ yml }) => {
// gridArea_tablet="1/1/2/3"
>
<RoundImage
url="/images/4geeks-logo.png"
url="/images/4geeksacademy-logo.png"
height="125px"
width="70%"
backgroundColor="transparent"
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavbarDesktop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const Navbar = ({

const data = useStaticQuery(graphql`
query {
file(relativePath: { eq: "images/4geeks-logo.png" }) {
file(relativePath: { eq: "images/4geeksacademy-logo.png" }) {
childImageSharp {
gatsbyImageData(
layout: FIXED # --> CONSTRAINED || FIXED || FULL_WIDTH
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavbarDesktop/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const LandingNavbar = ({ lang, onToggle, buttonUrl, logoUrl, buttonText }) => {

const data = useStaticQuery(graphql`
query {
file(relativePath: { eq: "images/4geeks-logo.png" }) {
file(relativePath: { eq: "images/4geeksacademy-logo.png" }) {
childImageSharp {
gatsbyImageData(
layout: FIXED # --> CONSTRAINED || FIXED || FULL_WIDTH
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavbarMobile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const NavbarMobile = ({

const data = useStaticQuery(graphql`
query {
file(relativePath: { eq: "images/4geeks-logo.png" }) {
file(relativePath: { eq: "images/4geeksacademy-logo.png" }) {
childImageSharp {
gatsbyImageData(
layout: FIXED # --> CONSTRAINED || FIXED || FULL_WIDTH
Expand Down
4 changes: 2 additions & 2 deletions src/utils/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ module.exports = {
"4GeeksAcademy": {
bio: "4Geeks Academy is one of the top coding bootcamps in the world, with locations in USA, Chile, Spain, Costa Rica and Venezuela.",
name: "4Geeks Academy",
avatar: "/images/4geeks-logo.png",
avatar: "/images/4geeksacademy-logo.png",
username: "4GeeksAcademy",
},
"4GeeksAcademyES": {
bio: "4Geeks Academy is one of the top coding bootcamps in Spain and the world, thousands of graduates and 86% hiring rate.",
name: "4Geeks Academy",
avatar: "/images/4geeks-logo.png",
avatar: "/images/4geeksacademy-logo.png",
username: "4GeeksAcademyES",
},
VictorManuelG: {
Expand Down
File renamed without changes

0 comments on commit 22e3b05

Please sign in to comment.