File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useState } from 'react'
2
2
import { NavLink } from 'react-router-dom' ;
3
- import logo from "../assets/logo5-white-100-rectangle .png" ;
3
+ import logo from "../assets/newLogoWhite .png" ;
4
4
5
5
const linkbtn = "mt-4 inline-block lg:mt-0 text-blue-200 hover:text-white mr-4"
6
6
@@ -22,7 +22,7 @@ function Navbar() {
22
22
< >
23
23
< nav className = "flex items-center justify-between flex-wrap bg-sky-800 p-6 fixed top-0 w-full" >
24
24
< div className = 'text-base navItems' >
25
- < img className = "fill-current mr-2 inline-block" src = { logo } />
25
+ < img className = "fill-current mr-5 h-[45] inline-block" src = { logo } />
26
26
< NavLink to = '/' className = { linkbtn } > Home</ NavLink >
27
27
< NavLink to = '/signup' className = { linkbtn } > Sign Up</ NavLink >
28
28
< NavLink to = '/login' className = { linkbtn } > Login</ NavLink >
You can’t perform that action at this time.
0 commit comments