mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Get rid of pointless text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user