Merge branch 'main' into static
This commit is contained in:
commit
1dd7ae080b
@ -58,13 +58,14 @@ export default function Nav({
|
||||
'flex items-center',
|
||||
'w-full min-h-[4rem]',
|
||||
)}>
|
||||
<div className="flex-grow">
|
||||
<ViewSwitcher
|
||||
currentSelection={switcherSelectionForPath()}
|
||||
showAdmin={isUserSignedIn}
|
||||
/>
|
||||
</div>
|
||||
<div className="hidden xs:block text-right text-balance">
|
||||
<ViewSwitcher
|
||||
currentSelection={switcherSelectionForPath()}
|
||||
showAdmin={isUserSignedIn}
|
||||
/>
|
||||
<div className={clsx(
|
||||
'flex-grow text-right text-ellipsis overflow-hidden',
|
||||
'hidden xs:block',
|
||||
)}>
|
||||
{renderLink(SITE_DOMAIN_OR_TITLE, PATH_ROOT)}
|
||||
</div>
|
||||
</div>]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user