diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.js | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 0801830..8047b45 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -18,11 +18,9 @@ const features = [ enjoy! </div> <div className="card__footer"> - <a href="#" target="_blank"> - <button className="button button--primary button--block disabled"> - Get Started - </button> - </a> + <button className="button button--primary button--block disabled"> + Get Started + </button> </div> </div> ), @@ -37,11 +35,9 @@ const features = [ admin in game? done! YOU rule YOUR server. </div> <div className="card__footer"> - <a href="#" target="_blank"> - <button className="button button--primary button--block disabled"> - Explore Configuration Options - </button> - </a> + <button className="button button--primary button--block disabled"> + Explore Configuration Options + </button> </div> </div> ), |