We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0ab4e commit 614b050Copy full SHA for 614b050
src/components/menu-bar/tw-news.jsx
@@ -25,7 +25,7 @@ class TWNews extends React.Component {
25
<div className={styles.news}>
26
<div className={styles.text}>
27
{/* eslint-disable-next-line max-len */}
28
- {`This experiment uses the old compiler and will not receive updates. Don't use if not necessary. `}
+ {`This experiment uses the old compiler and will not receive updates. `}
29
<a
30
href="https://docs.turbowarp.org/new-compiler"
31
target="_blank"
0 commit comments