mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-16 10:03:38 +00:00
Fix typo causing Bitbucket icon to be missing (#4700)
This commit is contained in:
parent
f8218b62c6
commit
a8e450f0bb
@ -56,7 +56,7 @@
|
|||||||
<SvgIcon v-else-if="name === 'forgejo'" :path="siForgejo.path" size="1.3rem" />
|
<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 === 'gitea'" :path="siGitea.path" size="1.3rem" />
|
||||||
<SvgIcon v-else-if="name === 'gitlab'" :path="mdiGitlab" 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">
|
<svg v-else-if="name === 'spinner'" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path
|
<path
|
||||||
|
Loading…
Reference in New Issue
Block a user