Skip to content

Commit e529a18

Browse files
committed
Remove unused CSS class
1 parent e066a14 commit e529a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frontend/Help.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn main() {
7777

7878
const Help: React.SFC = () => {
7979
return (
80-
<section className={`help ${styles.container}`}>
80+
<section className={styles.container}>
8181
<h1>The Rust Playground</h1>
8282
<Link action={actions.navigateToIndex}>Return to the playground</Link>
8383

0 commit comments

Comments
 (0)