Skip to content

Commit

Permalink
🐛 Typo in thebe tooltip (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Rowan Cockett <[email protected]>
  • Loading branch information
agoose77 and rowanc1 authored Mar 19, 2024
1 parent d49d77e commit a94ea93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tall-donuts-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@myst-theme/jupyter': patch
---

Fix typo in thebe tooltip
2 changes: 1 addition & 1 deletion packages/jupyter/src/controls/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <PowerIcon width="1.5rem" height="1.5rem" />;
Expand Down

0 comments on commit a94ea93

Please sign in to comment.