diff options
| author | Fuwn <[email protected]> | 2021-05-10 00:11:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 00:11:13 -0700 |
| commit | 2837dfdfb796e5c6d514cc9cff6539ebb20060f8 (patch) | |
| tree | 0123f8c6edeb2ef0575dc842d5356290f62dc8e9 | |
| parent | Merge pull request #5 from Whirlsplash/renovate/react-helmet-6.x (diff) | |
| download | site-2837dfdfb796e5c6d514cc9cff6539ebb20060f8.tar.xz site-2837dfdfb796e5c6d514cc9cff6539ebb20060f8.zip | |
feat(index): link card to configuration documentation
| -rw-r--r-- | src/pages/index.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 53a8d6a..e8c0f23 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -38,9 +38,11 @@ const features = [ <b>YOU</b> rule <b>YOUR</b> server. </div> <div className="card__footer"> - <button className="button button--primary button--block disabled"> - Explore Configuration Options - </button> + <a href="/docs/whirl/configuration" target="_blank"> + <button className="button button--primary button--block"> + Explore Configuration Options + </button> + </a> </div> </div> ), |