From 71a5cc3c716df83ba07e67b3d4207e9ef7ddd22f Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:25:40 +0200 Subject: [PATCH] small layout updates --- src/components/footer.jsx | 3 +-- src/components/navbar.jsx | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/footer.jsx b/src/components/footer.jsx index 12cc5ed..31774e4 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -3,7 +3,6 @@ import React from "react" const Footer = () => ( ) diff --git a/src/components/navbar.jsx b/src/components/navbar.jsx index d4b61ba..abe075f 100644 --- a/src/components/navbar.jsx +++ b/src/components/navbar.jsx @@ -2,7 +2,6 @@ import React from "react" import {FaDiscord, FaGithub, FaBars} from "react-icons/fa" import {SiMatrix} from "react-icons/si" -import GitDab from "./icons/gitdab" import Button from "./navbar/button" import logo from "../media/icon.svg" @@ -28,9 +27,6 @@ const Navbar = () => ( -