mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 03:25:56 +01:00
Add settings icon to namespace group header
This commit is contained in:
@@ -27,7 +27,7 @@ import classNames from "classnames";
|
||||
import styled from "styled-components";
|
||||
|
||||
type Props = {
|
||||
name: string;
|
||||
name: ReactNode;
|
||||
url?: string;
|
||||
elements: ReactNode[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user