Get rid of pointless text

This commit is contained in:
James Brunton
2026-08-27 11:38:50 +01:00
parent a4434284d8
commit 65d644d2a5
2 changed files with 0 additions and 4 deletions
@@ -8027,7 +8027,6 @@ type = "Type"
[portal.pipelines.templates]
setUp = "Set up"
subtitle = "Ready-made starting points with a simple, guided setup. Pick one, then customise it into a full pipeline if you need more control."
title = "Templates"
[portal.pipelines.trigger]
@@ -306,9 +306,6 @@ export function Pipelines() {
<h2 className="portal-pipelines__section-title">
{t("portal.pipelines.templates.title")}
</h2>
<p className="portal-pipelines__section-sub">
{t("portal.pipelines.templates.subtitle")}
</p>
<div className="portal-pipelines__templates-scroll">
{galleryEntries.map((entry) => (
<PipelineTemplateCard