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
public/images
src/components

Binary file not shown.

After

(image error) Size: 103 KiB

@ -8,7 +8,6 @@ import { Avatar } from 'primereact/avatar';
import { AvatarGroup } from 'primereact/avatargroup'; import { AvatarGroup } from 'primereact/avatargroup';
import GenericButton from '../buttons/GenericButton'; import GenericButton from '../buttons/GenericButton';
import HeroImage from '../../../public/images/hero-image.png'; import HeroImage from '../../../public/images/hero-image.png';
import plebdevsGuy from '../../../public/images/plebdevs-guy.png';
const HeroBanner = () => { const HeroBanner = () => {
const [currentTech, setCurrentTech] = useState('Bitcoin'); 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"> <div onClick={() => router.push('/')} className="flex flex-row items-center justify-center cursor-pointer">
<Image <Image
alt="logo" alt="logo"
src="/images/plebdevs-guy.png" src="/images/plebdevs-icon.png"
width={50} width={50}
height={50} height={50}
className="rounded-full mr-2 max-tab:hidden max-mob:hidden" className="rounded-full mr-2 max-tab:hidden max-mob:hidden"