mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-05 19:41:14 +00:00
use w-28
This commit is contained in:
parent
959cccfa2e
commit
2dbcc2423f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
</template>
|
||||
<template #headerActions>
|
||||
<a v-if="badgeUrl" :href="badgeUrl" target="_blank">
|
||||
<img class="max-h-4/5" :src="badgeUrl" />
|
||||
<img class="w-28" :src="badgeUrl" />
|
||||
</a>
|
||||
<IconButton :href="repo.forge_url" :title="$t('repo.open_in_forge')" :icon="forgeIcon" class="w-8 forge" />
|
||||
<IconButton
|
||||
|
|
Loading…
Reference in a new issue