From a662d9fd161845f4e2d92a04880614e0db24409f Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Mon, 19 Aug 2024 17:10:24 -0400 Subject: [PATCH] Add built by Thesis footer element --- src/components/lib/Footer.js | 30 +++++++++++++++++++----------- src/css/footer.scss | 28 ++++++++++++++++++++++++++-- src/pages/about/index.md | 16 ++++++++-------- 3 files changed, 53 insertions(+), 21 deletions(-) diff --git a/src/components/lib/Footer.js b/src/components/lib/Footer.js index 72609786c..9ef27d3ae 100644 --- a/src/components/lib/Footer.js +++ b/src/components/lib/Footer.js @@ -1,11 +1,11 @@ -import React from 'react' -import { StaticQuery, graphql } from 'gatsby' +import React from "react" +import { StaticQuery, graphql } from "gatsby" import PropTypes from "prop-types" import Image from "./Image" import Link from "../LocaleLink" -import TBTCLogo from '../svgs/TBTCLogo' - +import TBTCLogo from "../svgs/TBTCLogo" +import ThesisLogo from "../svgs/thesis-logo" const FooterTemplate = ({ nav_columns: navColumns, @@ -23,7 +23,10 @@ const FooterTemplate = ({