diff --git a/src/app/header.rs b/src/app/header.rs index 32db35b..a29921c 100644 --- a/src/app/header.rs +++ b/src/app/header.rs @@ -384,7 +384,7 @@ fn ShareButton() -> impl IntoView { .collect::>() .join("\n"); - offset_inserts.push((end, format!("\n-- Output:\n{result}\n"))); + offset_inserts.push((end, format!("\n{result}\n"))); } } }