From 3948cbb51213920ea4b0434cd698758201d4cac5 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Thu, 10 Feb 2022 20:58:37 +0200 Subject: [PATCH] update logo --- src/Components/Navbar/NavMobile.tsx | 4 +++- src/Components/Navbar/Navbar.tsx | 5 ++++- src/assets/images/logo.png | Bin 0 -> 48693 bytes src/assets/index.ts | 8 +++++--- src/pages/ExplorePage/Header/Header.tsx | 9 +++------ 5 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 src/assets/images/logo.png diff --git a/src/Components/Navbar/NavMobile.tsx b/src/Components/Navbar/NavMobile.tsx index 0eece51..1462a68 100644 --- a/src/Components/Navbar/NavMobile.tsx +++ b/src/Components/Navbar/NavMobile.tsx @@ -7,6 +7,7 @@ import { navLinks } from "./Navbar"; import { AiFillThunderbolt } from "react-icons/ai"; import { Link } from "react-router-dom"; import Button from "../Button/Button"; +import ASSETS from "src/assets"; const navBtnVariant = { menuHide: { rotate: 90, opacity: 0 }, @@ -49,7 +50,8 @@ export default function NavMobile({ onSearch }: Props) { */} -

makers.bolt.fun

+ + Bolt fun logo