Skip to content

Commit

Permalink
Sonar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcauliffe committed Nov 9, 2023
1 parent bac0035 commit 2265d32
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function DashboardJoinCardPresentation({
className="mt-1 lg:mt-0 inline-flex items-center gap-x-2 rounded-lg px-2.5 py-1.5 text-sm bg-primary text-white shadow-sm hover:bg-primary-dark"
>
OK
<span className="sr-only">, {nameOfUser}</span>
{getIcon('CheckCircleSolid', 'h-4 w-4 fill-current')}
</button>
</div>
Expand All @@ -103,7 +102,6 @@ function DashboardJoinCardPresentation({
className="inline-flex items-center gap-x-2 rounded-lg px-2.5 py-1.5 text-sm text-secondary border border-secondary shadow-sm hover:bg-gray-50"
>
Ignore
<span className="sr-only">, {nameOfUser}</span>
{getIcon('TimesCircleSolid', 'h-4 w-4 fill-current')}
</button>
</div>
Expand Down

0 comments on commit 2265d32

Please sign in to comment.