aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 00:11:13 -0700
committerFuwn <[email protected]>2021-05-10 00:11:13 -0700
commit2837dfdfb796e5c6d514cc9cff6539ebb20060f8 (patch)
tree0123f8c6edeb2ef0575dc842d5356290f62dc8e9
parentMerge pull request #5 from Whirlsplash/renovate/react-helmet-6.x (diff)
downloadsite-2837dfdfb796e5c6d514cc9cff6539ebb20060f8.tar.xz
site-2837dfdfb796e5c6d514cc9cff6539ebb20060f8.zip
feat(index): link card to configuration documentation
-rw-r--r--src/pages/index.js8
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>
),