mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-25 16:48:17 +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}>
|
<div className={style.brand}>
|
||||||
<DroneIcon />
|
<DroneIcon />
|
||||||
<p>
|
<p>
|
||||||
Woodpecker<span style="margin-left: 4px;">{window.DRONE_VERSION}</span><br />
|
Woodpecker<span style="margin-left: 4px;">{window.DRONE_VERSION}</span>
|
||||||
|
<br />
|
||||||
<span>
|
<span>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/laszlocph/woodpecker/blob/master/docs/usage/pipeline.md"
|
href="https://github.com/laszlocph/woodpecker/blob/master/docs/usage/pipeline.md"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>Docs</a>
|
>
|
||||||
|
Docs
|
||||||
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue