Skip to content

Commit

Permalink
fixed some other bugs, added credits
Browse files Browse the repository at this point in the history
  • Loading branch information
lackdaz committed Jun 22, 2017
1 parent 904d062 commit 9f9e8d1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions app/components/docs/layout/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@
padding: 0 0.75vw;
}

.sidebar .credits {
text-align: center;
font-size: 0.75em;
color: rgba(255, 255, 255, 0.6);

}

@media screen and (max-width: 765px) {
.sidebar-container {
height: 56px;
Expand Down Expand Up @@ -205,4 +212,5 @@
.sidebar .sidebar-close-button {
display: block;
}

}
10 changes: 9 additions & 1 deletion app/components/docs/layout/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,15 @@ class Sidebar extends Component {
<div className='sidebar-links'>
{_.map(menu.sections, this.renderSection)}
</div>

<div>
<p className="credits">Built with the<br></br>
<a href='https://github.com/LucasBassetti/react-spa-boilerplate'>
<strong>
<u>react-spa-boilerplate</u>
</strong>
</a>
</p>
</div>
</div>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion app/components/docs/pages/examples/Project2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require('./Example.css')
const Example2 = () => (
<div className="docs-example-2">
<div className='resized'>
<a href='https://postalcsbot.herokuapp.com/'>
<a href='https://thingies.herokuapp.com/'>
<img src='https://media.giphy.com/media/14kle7Gf1QzhwQ/giphy.gif' />
</a>
</div>
Expand Down
12 changes: 6 additions & 6 deletions build/js/bundle.js

Large diffs are not rendered by default.

0 comments on commit 9f9e8d1

Please sign in to comment.