This commit is contained in:
Laszlo Fogas 2019-11-12 21:48:19 +01:00
parent 3990b87f33
commit bb88be5060

View file

@ -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>