diff --git a/src/data/layers/ribbon.tsx b/src/data/layers/ribbon.tsx
index 03f598a..5b85488 100644
--- a/src/data/layers/ribbon.tsx
+++ b/src/data/layers/ribbon.tsx
@@ -60,8 +60,20 @@ const layer = createLayer(id, () => {
title: "Make Ribbon",
description: jsx(() => (
<>
- Create another ribbon with {format(currentDyeCost.value)}{" "}
- {currentDyeType.value.name} and {format(1e9)} {cloth.cloth.displayName}
+ Create another ribbon with{" "}
+
+ {format(currentDyeCost.value)} {currentDyeType.value.name}
+ {" "}
+ and{" "}
+
+ {format(1e9)} {cloth.cloth.displayName}
+
{render(ribbonProgressBar)}
>