diff options
| -rw-r--r-- | site/layouts/partials/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/table.html b/site/layouts/partials/table.html index bc736c4..f1431ad 100644 --- a/site/layouts/partials/table.html +++ b/site/layouts/partials/table.html @@ -15,7 +15,7 @@ </div> <div class="w-33-l ph2"> - {{ partial "table-column" (dict "plan" "Custom" "price" "?" "description" "Want a few tiny batches from different varieties? Try our custom plan" "item1" "However little or much you need" "item2" "Green or roasted beans" "item3" "Unlimited varieties") }} + {{ partial "table-column" (dict "plan" "Custom" "price" "?" "description" "Want a few tiny batches from different varieties? Try our custom plan" "item1" "Whatever you need" "item2" "Green or roasted beans" "item3" "Unlimited varieties") }} </div> </div> |
