From e8ef5d6f7d372c83adce0966a3d31c04fddbc4c0 Mon Sep 17 00:00:00 2001 From: gustavomm19 Date: Mon, 28 Aug 2023 20:35:29 +0000 Subject: [PATCH] change name to 4geeks academy logo --- gatsby-config.js | 2 +- src/components/Footer/index.js | 2 +- src/components/Footer/landing.js | 2 +- src/components/NavbarDesktop/index.js | 2 +- src/components/NavbarDesktop/landing.js | 2 +- src/components/NavbarMobile/index.js | 2 +- src/utils/twitter.js | 4 ++-- .../{4geeks-logo.png => 4geeksacademy-logo.png} | Bin 8 files changed, 8 insertions(+), 8 deletions(-) rename static/images/{4geeks-logo.png => 4geeksacademy-logo.png} (100%) diff --git a/gatsby-config.js b/gatsby-config.js index ea2f8da6e..1da14d9bd 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -23,7 +23,7 @@ module.exports = { }, org: { name: "4Geeks Academy", - logo: "/images/4geeks-logo.png", + logo: "/images/4geeksacademy-logo.png", }, siteVerification: { google: "", diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index 68b707406..56c0b274b 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -78,7 +78,7 @@ const Footer = ({ yml }) => { gridArea_tablet="1/1/2/3" > { // gridArea_tablet="1/1/2/3" > CONSTRAINED || FIXED || FULL_WIDTH diff --git a/src/components/NavbarDesktop/landing.js b/src/components/NavbarDesktop/landing.js index be9a8aa3b..59b0f0c8d 100644 --- a/src/components/NavbarDesktop/landing.js +++ b/src/components/NavbarDesktop/landing.js @@ -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 diff --git a/src/components/NavbarMobile/index.js b/src/components/NavbarMobile/index.js index d04b7dcbe..8d3c9db93 100644 --- a/src/components/NavbarMobile/index.js +++ b/src/components/NavbarMobile/index.js @@ -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 diff --git a/src/utils/twitter.js b/src/utils/twitter.js index 6bc661c85..11c3a5e56 100644 --- a/src/utils/twitter.js +++ b/src/utils/twitter.js @@ -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: { diff --git a/static/images/4geeks-logo.png b/static/images/4geeksacademy-logo.png similarity index 100% rename from static/images/4geeks-logo.png rename to static/images/4geeksacademy-logo.png