app icon in navbar
This commit is contained in:
@ -15,9 +15,12 @@ export function LogoHeader() {
|
||||
|
||||
return (
|
||||
<Link to="/" className="logo">
|
||||
<h1>
|
||||
{extra()}
|
||||
{CONFIG.appName}
|
||||
<h1 className="flex flex-row items-center">
|
||||
<img src={CONFIG.navLogo} className="w-8 h-8" />
|
||||
<div className="md:hidden xl:inline ml-2">
|
||||
{extra()}
|
||||
{CONFIG.appName}
|
||||
</div>
|
||||
</h1>
|
||||
{currentSubscription && (
|
||||
<div className="flex items-center g4 text-sm font-semibold tracking-wider">
|
||||
|
Reference in New Issue
Block a user