Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aabbd38

Browse files
committed
Fix footer on the default page layout
1 parent 761df9d commit aabbd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/Default.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ var DefaultLayout = React.createClass({
2323
<div className="navbar-footer">
2424
<div className="container">
2525
<p className="text-muted">
26-
&copy; KriaSoft •
27-
<Link to="home">Home</Link>
26+
{' © KriaSoft • '}
27+
<Link to="home">Home</Link> {' • '}
2828
<Link to="privacy">Privacy</Link>
2929
</p>
3030
</div>

0 commit comments

Comments
 (0)