Skip to content

Commit

Permalink
docs: DOC-132: Update button on comparison page (#6053)
Browse files Browse the repository at this point in the history
Change to button name and link on comparison page

Affects:
- [X] Community docs
- [X] Enterprise docs

---------

Co-authored-by: caitlinwheeless <caitlin@humansignal.com>
  • Loading branch information
caitlinwheeless and caitlinwheeless committed Jul 2, 2024
1 parent 86dc67e commit cc6a727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/guide/label_studio_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ meta_description: Compare the features of Label Studio Community Edition with th

Label Studio is available as open source software as well as an [Enterprise cloud service](https://humansignal.com/). The Enterprise version offers enhanced security (SSO, RBAC, SOC2), team management, analytics and reporting, and uptime and support SLAs. A [free trial is available](https://humansignal.com/free-trial) to get started quickly and explore the enterprise cloud product.

<a class="Button" href="https://humansignal.com/free-trial" target="_blank" style="margin-bottom: 2em;">Free Enterprise Trial</a>
<a class="Button" href="https://humansignal.com/goenterprise/" target="_blank" style="margin-bottom: 2em;">Learn About Enterprise</a>

<table>
<thead>
Expand Down
4 changes: 2 additions & 2 deletions docs/themes/v2/layout/page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</div>
<% } %>
<div class="toc-enterprise-cta">
<span class="toc-enterprise-cta-copy">Try Enterprise for free</span>
<%- partial("component/button", { url: "https://humansignal.com/contact-sales", label: "Get Started", theme: "Tertiary" }) %>
<span class="toc-enterprise-cta-copy">Unlock more with Enterprise</span>
<%- partial("component/button", { url: "https://humansignal.com/contact-sales", label: "Get a Demo", theme: "Tertiary" }) %>
</div>
</div>
</div>

0 comments on commit cc6a727

Please sign in to comment.