mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
address comment.
This commit is contained in:
+2
-2
@@ -207,8 +207,8 @@
|
||||
isRefreshing = false;
|
||||
}}>
|
||||
<div
|
||||
class={isRefreshing ? 'rotating' : ''}
|
||||
style:line-height="0px">
|
||||
style:line-height="0px"
|
||||
class:rotating={isRefreshing}>
|
||||
<Icon icon={IconRefresh} size="s" />
|
||||
</div>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user