mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
improved footer layout
This commit is contained in:
@@ -18,11 +18,7 @@ const FooterSection: FC<Props> = ({ title, children }) => {
|
||||
return (
|
||||
<section className="column is-one-third">
|
||||
<Title>{title}</Title>
|
||||
<Menu>
|
||||
{React.Children.map(children, (child, index) => (
|
||||
<li key={index}>{child}</li>
|
||||
))}
|
||||
</Menu>
|
||||
<Menu>{children}</Menu>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user