+
{maybeNoContentHelp}
{scriptsContent}
diff --git a/src/components/Junior/HatBlock.tsx b/src/components/Junior/HatBlock.tsx
index 075f237fc..7e8ae9818 100644
--- a/src/components/Junior/HatBlock.tsx
+++ b/src/components/Junior/HatBlock.tsx
@@ -22,6 +22,7 @@ import {
} from "./hooks";
import { CaptiveContextMenu } from "../CaptiveContextMenu";
import { useFocusContext } from "../hooks/focus-steering";
+import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
/** See docstring for `HatBlockContent`. */
type DisplayVariant = "kind-chosen" | "fully-specified" | "in-editor";
@@ -179,7 +180,9 @@ export const HatBlock: React.FC
= ({
event={event}
variant="in-editor"
/>
-
+ }
+ >
Change hat block
diff --git a/src/components/Junior/InfoPanel.tsx b/src/components/Junior/InfoPanel.tsx
index d4bda0aed..9c012d10d 100644
--- a/src/components/Junior/InfoPanel.tsx
+++ b/src/components/Junior/InfoPanel.tsx
@@ -51,7 +51,7 @@ const InfoDisclosure: React.FC = ({ tabContentId }) => {
const toggleState = () => toggleStateAction();
return (
-
+