summaryrefslogtreecommitdiffhomepage
path: root/app/javascript/components/Home.jsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-04-08 21:58:55 -0400
committerrealtradam <[email protected]>2024-04-08 21:58:55 -0400
commit5d6c31ab4b3b6b663485021c697a41e2a2531b9c (patch)
tree47a9ba9933f5c73d617d106fecce6891316d1e5d /app/javascript/components/Home.jsx
parent05294b07c551c708b3bc51e2964ae01fcdfdd25f (diff)
downloadgameHolster-5d6c31ab4b3b6b663485021c697a41e2a2531b9c.tar.gz
gameHolster-5d6c31ab4b3b6b663485021c697a41e2a2531b9c.zip
add blog index
Diffstat (limited to 'app/javascript/components/Home.jsx')
-rw-r--r--app/javascript/components/Home.jsx7
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>