Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong committed May 25, 2024
1 parent 6d92103 commit 3584f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/scripts/controls/MainPaneBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default abstract class MainPaneBase<T extends MainPaneBaseState> extends
<div style={{ backgroundColor: '#ddd', border: 'solid 1px #aaa', padding: '3px' }}>
This is legacy demo site for testing only. Please navigate to{' '}
<a href="https://microsoft.github.io/roosterjs/index.html">New Demo Site</a> for
latest version.
the latest version.
</div>
{!this.state.popoutWindow && this.renderRibbon(false /*isPopout*/)}
<div className={styles.body + ' ' + (this.state.isDarkMode ? 'dark' : '')}>
Expand Down

0 comments on commit 3584f95

Please sign in to comment.