We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e066a14 commit e529a18Copy full SHA for e529a18
ui/frontend/Help.tsx
@@ -77,7 +77,7 @@ fn main() {
77
78
const Help: React.SFC = () => {
79
return (
80
- <section className={`help ${styles.container}`}>
+ <section className={styles.container}>
81
<h1>The Rust Playground</h1>
82
<Link action={actions.navigateToIndex}>Return to the playground</Link>
83
0 commit comments