Merge pull request #11 from blockworks-foundation/tjshipe-patch-1

Make cursor a pointer in ContributionModal
This commit is contained in:
Maximilian Schneider 2021-08-06 15:50:42 +02:00 committed by GitHub
commit 52b0b62e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ const ContributionModal = () => {
<div className="flex items-center text-xs text-fgd-4">
<a
onClick={handleRefresh}
className={refreshing && 'animate-spin'}
className={refreshing ? 'animate-spin' : 'hover:cursor-pointer'}
>
<RefreshIcon
className={`w-4 h-4`}