diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb
index 99bb4245e..b76f6f679 100644
--- a/app/views/pages/index.html.erb
+++ b/app/views/pages/index.html.erb
@@ -1,6 +1,7 @@
<%= link_to "Open Source example",
"https://github.com/shakacode/react-webpack-rails-tutorial/" %> of using the <%= link_to "React on Rails gem", "https://github.com/shakacode/react_on_rails" %>
+ and the <%= link_to "Shakapacker gem", "https://github.com/shakacode/shakapacker" %>
Using <%= link_to "Ruby on Rails", "http://rubyonrails.org/" %> with
<%= link_to "Action Cable", "http://guides.rubyonrails.org/action_cable_overview.html" %> +
diff --git a/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx b/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx
index cd88fa3f1..e9ca50b54 100644
--- a/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx
+++ b/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx
@@ -19,6 +19,7 @@ const Comment = React.forwardRef((props, ref) => {
{author}
+
);
});