Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
teikjun committed Aug 18, 2020
1 parent 269d39c commit 472cc5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion v2-website/src/css/customTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

@import "./docs.css";
@import "./react-native.css";
@import "./reset.css";

:root {
--ifm-color-primary: #06bcee;
Expand Down
4 changes: 2 additions & 2 deletions v2-website/src/pages/help/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class Help extends React.Component {
render() {
return (
<Layout>
<div className={styles.HelpPage}>
<div className={('pageContainer', styles.HelpPage, 'mainContainer')}>
<div className="container margin-vert--lg">
<h1>The React Native Community</h1>
<h1 className="postHeaderTitle">The React Native Community</h1>
<p>
There are a lot of developers around the world using React Native.
This is a brief overview of where you can find them.
Expand Down
2 changes: 1 addition & 1 deletion v2-website/src/pages/versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Versions extends React.Component {

return (
<Layout>
<div>
<div className="pageContainer versionsPage">
<div className="container margin-vert--lg">
<h1>React Native versions</h1>
<p>
Expand Down

0 comments on commit 472cc5b

Please sign in to comment.