diff --git a/components/court/JoinCourtAsJurorButton.tsx b/components/court/JoinCourtAsJurorButton.tsx
index 42fa9324b..0c3170549 100644
--- a/components/court/JoinCourtAsJurorButton.tsx
+++ b/components/court/JoinCourtAsJurorButton.tsx
@@ -114,10 +114,9 @@ const JoinCourtAsJurorButton = ({ className }: { className?: string }) => {
}
+ icon={
}
>
You are currently delegating to other jurors. If you join the
court as a juror, your delegations will be removed and delegated
diff --git a/components/court/ManageDelegationButton.tsx b/components/court/ManageDelegationButton.tsx
index 78d3d1328..06c38f5af 100644
--- a/components/court/ManageDelegationButton.tsx
+++ b/components/court/ManageDelegationButton.tsx
@@ -29,10 +29,9 @@ const ManageDelegationButton = ({ className }: { className?: string }) => {
}
+ icon={
}
>
You are currently a juror. If you delegate to other jurors your
stake will be removed from your personal stake and delegated
diff --git a/pages/court/index.tsx b/pages/court/index.tsx
index d59d93942..f2789a41c 100644
--- a/pages/court/index.tsx
+++ b/pages/court/index.tsx
@@ -54,7 +54,7 @@ const CourtPage: NextPage = ({
return (