From 07c3ce4649f1fe2ee740f38c9b2e63266cb861f6 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 10 Jan 2021 20:13:45 +0100 Subject: [PATCH] add @kichiyaki/roboto, update technologies that I used in my projects --- gatsby-browser.js | 8 +------ package.json | 1 + src/components/Layout/Layout.js | 7 ------ src/components/Layout/Navbar.js | 8 +++---- .../HomePage/components/Projects/Project.js | 4 ++-- .../HomePage/components/Projects/Projects.js | 22 +++++++++++------- .../Projects/{noImage.jpg => not-found.jpg} | Bin yarn.lock | 5 ++++ 8 files changed, 27 insertions(+), 28 deletions(-) rename src/features/HomePage/components/Projects/{noImage.jpg => not-found.jpg} (100%) diff --git a/gatsby-browser.js b/gatsby-browser.js index b1e5c31..cc1bda7 100644 --- a/gatsby-browser.js +++ b/gatsby-browser.js @@ -1,7 +1 @@ -/** - * Implement Gatsby's Browser APIs in this file. - * - * See: https://www.gatsbyjs.org/docs/browser-apis/ - */ - -// You can delete this file if you're not using it +import "@kichiyaki/roboto" diff --git a/package.json b/package.json index 715623e..8ba685b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.1.0", "author": "Dawid Wysokiński ", "dependencies": { + "@kichiyaki/roboto": "^1.0.0", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.10.0", diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js index 96b73b7..794eb3f 100644 --- a/src/components/Layout/Layout.js +++ b/src/components/Layout/Layout.js @@ -3,7 +3,6 @@ import PropTypes from "prop-types" import classnames from "classnames" import { makeStyles } from "@material-ui/core/styles" -import { Helmet } from "react-helmet" import { CssBaseline } from "@material-ui/core" import Navbar from "./Navbar" import Footer from "./Footer" @@ -27,12 +26,6 @@ const Layout = ({ return ( - - - {showNavbar && }
{children}
{showFooter &&