Show Atlas logo
This commit is contained in:
parent
86a85ba065
commit
4edb16a1b4
|
@ -17,16 +17,23 @@ export function ManifoldLogo(props: {
|
|||
return (
|
||||
<Link href={user ? '/home' : '/'}>
|
||||
<a className={clsx('group flex flex-shrink-0 flex-row gap-4', className)}>
|
||||
{!ENV_CONFIG.navbarLogoPath && (
|
||||
<img
|
||||
className="transition-all group-hover:rotate-12"
|
||||
src={darkBackground ? '/logo-white.svg' : '/logo.svg'}
|
||||
width={45}
|
||||
height={45}
|
||||
/>
|
||||
)}
|
||||
|
||||
{!hideText &&
|
||||
(ENV_CONFIG.navbarLogoPath ? (
|
||||
<img src={ENV_CONFIG.navbarLogoPath} width={245} height={45} />
|
||||
<img
|
||||
className="rounded-md bg-gradient-to-r from-cyan-500 to-sky-600 p-2"
|
||||
src={ENV_CONFIG.navbarLogoPath}
|
||||
width={350}
|
||||
height={80}
|
||||
/>
|
||||
) : twoLine ? (
|
||||
<div
|
||||
className={clsx(
|
||||
|
|
Loading…
Reference in New Issue
Block a user