mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 00:35:22 +00:00
fix sidebar footer on member page
This commit is contained in:
@@ -221,11 +221,11 @@ export function LayoutSidebar({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="pt-1 flex flex-col shrink-0 gap-2 w-full border-t border-border">
|
<div className="pt-1 flex flex-col shrink-0 gap-2 w-full border-t border-border">
|
||||||
{canShowProductUpdates && (
|
{canShowProductUpdates ? (
|
||||||
<div className="px-4">
|
<div className="px-4">
|
||||||
<ProductUpdates isCollapsed={isSidebarCollapsed} />
|
<ProductUpdates isCollapsed={isSidebarCollapsed} />
|
||||||
</div>
|
</div>
|
||||||
)}
|
) : <div className="mt-0.2"></div>}
|
||||||
|
|
||||||
{build === "enterprise" && (
|
{build === "enterprise" && (
|
||||||
<div className="px-4">
|
<div className="px-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user