toggleStep(step.index)}
- style={{ marginTop: "2px", flexShrink: 0 }}
+ style={{ marginTop: "2px", flexShrink: 0, cursor: "pointer" }}
/>
@@ -198,21 +226,18 @@ export default function QuestDetailPanel({ questName, questUrl, profileId, onClo
)}
{step.images.length > 0 && (
-
+
{step.images.map((src, j) => (
-
+ />
))}
)}
@@ -249,21 +274,18 @@ function QuestHeader({ step }: { step: QuestStep }) {
{step.images.length > 0 && (
-
+
{step.images.map((src, j) => (
-
+ />
))}
)}