mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-29 23:14:48 +00:00
Fix typo causing Bitbucket icon to be missing (#4700)
This commit is contained in:
parent
f8218b62c6
commit
a8e450f0bb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
<SvgIcon v-else-if="name === 'forgejo'" :path="siForgejo.path" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'gitea'" :path="siGitea.path" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'gitlab'" :path="mdiGitlab" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'bitbucket' || name === 'bitbucket-dc'" :path="mdiBitbucket" size="1.3" />
|
||||
<SvgIcon v-else-if="name === 'bitbucket' || name === 'bitbucket-dc'" :path="mdiBitbucket" size="1.3rem" />
|
||||
|
||||
<svg v-else-if="name === 'spinner'" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
|
|
Loading…
Reference in a new issue