1.5
This commit is contained in:
parent
1908bd1eca
commit
e34c261c25
@ -86,6 +86,7 @@ export default function LayoutAuthenticated({
|
||||
|
||||
|
||||
const layoutAsidePadding = 'xl:pl-60'
|
||||
const leadershipTitle = 'Prof. Dr. Aliyo Momot — CEO & Founder'
|
||||
|
||||
return (
|
||||
<div className={`${darkMode ? 'dark' : ''} overflow-hidden lg:overflow-visible`}>
|
||||
@ -110,6 +111,9 @@ export default function LayoutAuthenticated({
|
||||
>
|
||||
<BaseIcon path={mdiMenu} size="24" />
|
||||
</NavBarItemPlain>
|
||||
<div className="hidden xl:flex items-center px-3 text-sm font-semibold text-slate-600 whitespace-nowrap dark:text-slate-300">
|
||||
{leadershipTitle}
|
||||
</div>
|
||||
<NavBarItemPlain useMargin>
|
||||
<Search />
|
||||
</NavBarItemPlain>
|
||||
@ -121,7 +125,11 @@ export default function LayoutAuthenticated({
|
||||
onAsideLgClose={() => setIsAsideLgActive(false)}
|
||||
/>
|
||||
{children}
|
||||
<FooterBar>Hand-crafted & Made with ❤️</FooterBar>
|
||||
<FooterBar>
|
||||
<span>Hand-crafted & Made with ❤️</span>
|
||||
<span className="mx-2 hidden md:inline">•</span>
|
||||
<span className="block md:inline">{leadershipTitle}</span>
|
||||
</FooterBar>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user