From a94ea93f4f6e8a6815dd6b4d843e5a72297a4e53 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 19 Mar 2024 11:57:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Typo=20in=20thebe=20tooltip=20(#?= =?UTF-8?q?336)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rowan Cockett --- .changeset/tall-donuts-greet.md | 5 +++++ packages/jupyter/src/controls/Buttons.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tall-donuts-greet.md diff --git a/.changeset/tall-donuts-greet.md b/.changeset/tall-donuts-greet.md new file mode 100644 index 000000000..26e9fa99a --- /dev/null +++ b/.changeset/tall-donuts-greet.md @@ -0,0 +1,5 @@ +--- +'@myst-theme/jupyter': patch +--- + +Fix typo in thebe tooltip diff --git a/packages/jupyter/src/controls/Buttons.tsx b/packages/jupyter/src/controls/Buttons.tsx index d5c7629a2..f37985dc2 100644 --- a/packages/jupyter/src/controls/Buttons.tsx +++ b/packages/jupyter/src/controls/Buttons.tsx @@ -130,7 +130,7 @@ export function SpinnerStatusButton({ }) { let title = 'Enable compute to make this figure interactive'; if (ready) { - title = modified ? 'The figure has been modified' : "The figure is in it's original state"; + title = modified ? 'The figure has been modified' : 'The figure is in its original state'; } let icon = ;