Skip to content

Commit

Permalink
Fix footer on the default page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwanatharondekar authored and Vishwanath Arondekar committed Sep 25, 2014
1 parent 40768c8 commit ddf5873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ var DefaultLayout = React.createClass({
<div className="navbar-footer">
<div className="container">
<p className="text-muted">
&copy; KriaSoft •
<Link to="home">Home</Link>
{' © KriaSoft • '}
<Link to="home">Home</Link> {' • '}
<Link to="privacy">Privacy</Link>
</p>
</div>
Expand Down

0 comments on commit ddf5873

Please sign in to comment.