diff options
| author | realtradam <[email protected]> | 2024-04-08 21:58:55 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-04-08 21:58:55 -0400 |
| commit | 5d6c31ab4b3b6b663485021c697a41e2a2531b9c (patch) | |
| tree | 47a9ba9933f5c73d617d106fecce6891316d1e5d /app/javascript/components/Home.jsx | |
| parent | 05294b07c551c708b3bc51e2964ae01fcdfdd25f (diff) | |
| download | gameHolster-5d6c31ab4b3b6b663485021c697a41e2a2531b9c.tar.gz gameHolster-5d6c31ab4b3b6b663485021c697a41e2a2531b9c.zip | |
add blog index
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> |
