diff --git a/components/Navbar.jsx b/components/Navbar.jsx index 40d49ea..a1af0a6 100644 --- a/components/Navbar.jsx +++ b/components/Navbar.jsx @@ -6,18 +6,30 @@ export default function Navbar({ navigationLinks, navigationHrefs, cta, + logoSrc, session, }) { + const [first, last] = [entityTitle?.slice(0, 1), entityTitle?.slice(1)]; + return (