All files / src/components/shared/BrandLogo index.tsx

57.89% Statements 11/19
100% Branches 0/0
0% Functions 0/1
57.89% Lines 11/19

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 191x 1x                 1x 1x 1x 1x 1x 1x 1x 1x 1x
 
 
export default function BrandLogo() {

    return (
        <div className="text-3xl">
            <span className="text-black dark:text-white">Elite</span> <span className="text-gray-600 dark:text-gray-400">Events</span>
        </div>
    );
}
 
 
{/* <Image
src="/images/branding/elite_events_logo_bg-white_wide.png"
width={200}
height={60}
alt="Elite Events logo"
className="h-12 w-auto max-md:h-10"
/> */}