change(ui) - webhooks no content icon size
This commit is contained in:
parent
c6ba536115
commit
1c82f6b84a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ function Webhooks() {
|
|||
<NoContent
|
||||
title={
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
<AnimatedSVG name={ICONS.NO_WEBHOOKS} size={80} />
|
||||
<AnimatedSVG name={ICONS.NO_WEBHOOKS} size={170} />
|
||||
<div className="text-center text-gray-600 my-4">None added yet</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue