autoamtiona nd other pages udpates,
This commit is contained in:
@@ -116,11 +116,8 @@ export default function PageHeader({
|
||||
|
||||
return (
|
||||
<div className={`${className}`}>
|
||||
{/* Title now shown in AppHeader - this component only triggers the context update */}
|
||||
{/* Show description if provided - can be used for additional context */}
|
||||
{description && (
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400 mb-2">{description}</p>
|
||||
)}
|
||||
{/* Title and description now shown in AppHeader - this component only triggers the context update */}
|
||||
{/* Description rendering removed - visible in AppHeader tooltip or not needed */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user