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
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ <h2 class="section-title">Designed for developers.<br>Built for business.</h2>
</div>
<div class="card">
<span class="card-icon">{{ partial "icon" "network" }}</span>
<span class="card-title">TCP Service</span>
<span class="card-desc">Run internal TCP services that talk to each other inside your private network.</span>
<span class="card-title">Internal TCP Service</span>
<span class="card-desc">Run databases, caches, and other TCP services reachable only inside your project's cluster.</span>
</div>
<div class="card">
<span class="card-icon">{{ partial "icon" "cog" }}</span>
Expand Down