mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Lint fix
This commit is contained in:
parent
3990b87f33
commit
bb88be5060
1 changed files with 6 additions and 3 deletions
|
@ -168,13 +168,16 @@ const LOGO = (
|
|||
<div className={style.brand}>
|
||||
<DroneIcon />
|
||||
<p>
|
||||
Woodpecker<span style="margin-left: 4px;">{window.DRONE_VERSION}</span><br />
|
||||
Woodpecker<span style="margin-left: 4px;">{window.DRONE_VERSION}</span>
|
||||
<br />
|
||||
<span>
|
||||
<a
|
||||
<a
|
||||
href="https://github.com/laszlocph/woodpecker/blob/master/docs/usage/pipeline.md"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Docs</a>
|
||||
>
|
||||
Docs
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue