Starting brand icon update

This commit is contained in:
austinkelsay 2025-03-14 14:28:02 -05:00 committed by austinkelsay
parent 6a4c37f57a
commit 5a86c449b7
No known key found for this signature in database
GPG Key ID: 5A763922E5BA08EE
3 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -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');

View File

@ -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"