mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
[multipipeline-group-ui] do not capitilize multipipeline group name by default
This commit is contained in:
parent
a5959470b7
commit
f3a41bfbb6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export const StatusText = ({ status, text }) => {
|
|||
return (
|
||||
<div
|
||||
className={classnames(style.label, style[status])}
|
||||
style="text-transform: capitalize;padding: 5px 10px;"
|
||||
style="padding: 5px 10px;"
|
||||
>
|
||||
<div>{text}</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue