Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h2 class="section-title">Built for your agents</h2>
<div class="tax-line">${esc((data.region && data.region.tax_copy) || '')}</div>
<p class="plan-copy">${esc(c.tagline)}</p>
<ul class="feature-list">${(c.highlights || []).map(h => `<li>${esc(h)}</li>`).join('')}</ul>
<a class="small-btn${c.popular ? ' primaryish' : ''}" href="https://traylinx.com/admin/tytus">${esc((c.cta && c.cta.label) || 'Deploy my pod')}</a>
<a class="small-btn${c.popular ? ' primaryish' : ''}" href="https://traylinx.com/admin/tytus">${esc((c.cta && c.cta.label) || 'Get started')}</a>
</article>`).join('');

// Annual terms are shown ONLY on the annual view and ONLY when the API
Expand Down
Loading