diff options
Diffstat (limited to 'app/javascript/components/Home.jsx')
| -rw-r--r-- | app/javascript/components/Home.jsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/components/Home.jsx b/app/javascript/components/Home.jsx index b6c21e2..563ec88 100644 --- a/app/javascript/components/Home.jsx +++ b/app/javascript/components/Home.jsx @@ -17,6 +17,13 @@ export default () => ( > View Games </Link> + <Link + to="/blogs" + className="btn btn-lg custom-button" + role="button" + > + View Blogs + </Link> </div> </div> </div> |
