Remove horizontal rule from BaseHeader component for cleaner layout

This commit is contained in:
2026-03-12 03:29:02 +08:00
parent 75ea380570
commit ef9d98c090
3 changed files with 157 additions and 141 deletions

View File

@@ -83,7 +83,6 @@ export const BaseHeader = (props: { main?: React.ComponentType | null }) => {
{meInfo}
</div>
</div>
<hr />
</>
)
}