summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-08-06 18:42:38 -0400
committerRobby Zambito <contact@robbyzambito.me>2025-08-06 18:42:41 -0400
commit90707e7f0dcc25840bcff0dca304c06112d1e7cf (patch)
treee6676d9fbe371246321f4334beb24689539b7d6e /static
parent0b3451b2bbec0d55ff0cff9def77f09b940bff4d (diff)
Fix invisible button
Diffstat (limited to 'static')
-rw-r--r--static/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index 98cacbc..9e22e7f 100644
--- a/static/index.html
+++ b/static/index.html
@@ -259,7 +259,7 @@
<p>Join thousands of teams already using TaskFlow to deliver better results, faster.</p>
<div class="cta-buttons">
<button class="btn btn-primary btn-large">Start Your Free Trial</button>
- <button class="btn btn-ghost btn-large">Schedule a Demo</button>
+ <button class="btn btn-secondary btn-large">Schedule a Demo</button>
</div>
<p class="cta-note">No credit card required • 14-day free trial • Cancel anytime</p>
</div>