mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
Starting brand icon update
This commit is contained in:
parent
6a4c37f57a
commit
5a86c449b7
BIN
public/images/plebdevs-icon.png
Normal file
BIN
public/images/plebdevs-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
@ -8,7 +8,6 @@ import { Avatar } from 'primereact/avatar';
|
||||
import { AvatarGroup } from 'primereact/avatargroup';
|
||||
import GenericButton from '../buttons/GenericButton';
|
||||
import HeroImage from '../../../public/images/hero-image.png';
|
||||
import plebdevsGuy from '../../../public/images/plebdevs-guy.png';
|
||||
|
||||
const HeroBanner = () => {
|
||||
const [currentTech, setCurrentTech] = useState('Bitcoin');
|
||||
|
@ -20,7 +20,7 @@ const Navbar = () => {
|
||||
<div onClick={() => router.push('/')} className="flex flex-row items-center justify-center cursor-pointer">
|
||||
<Image
|
||||
alt="logo"
|
||||
src="/images/plebdevs-guy.png"
|
||||
src="/images/plebdevs-icon.png"
|
||||
width={50}
|
||||
height={50}
|
||||
className="rounded-full mr-2 max-tab:hidden max-mob:hidden"
|
||||
|
Loading…
x
Reference in New Issue
Block a user