Skip to content

Commit 9c3e517

Browse files
ci: apply automated fixes
1 parent c5ffd09 commit 9c3e517

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/routes/partners.railway.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,13 @@ function RailwayPartnerPage() {
393393
<p className="mt-5 max-w-xl text-base leading-relaxed text-gray-600 dark:text-gray-300 md:text-lg">
394394
Railway gives TanStack teams a single place to run app services,
395395
databases, and supporting infrastructure. Deploy a TanStack Start
396-
app from GitHub or the CLI — and only pay per-second for the
397-
compute you actually use.
396+
app from GitHub or the CLI — and only pay per-second for the compute
397+
you actually use.
398398
</p>
399399

400400
<p className="mt-3 max-w-xl text-sm italic leading-relaxed text-gray-500 dark:text-gray-400">
401-
"Services that took 1 week to configure elsewhere take 1 day to
402-
spin up in Railway." — Daniel Lobaton, CTO at G2X
401+
"Services that took 1 week to configure elsewhere take 1 day to spin
402+
up in Railway." — Daniel Lobaton, CTO at G2X
403403
</p>
404404

405405
<div className="mt-7 flex flex-wrap gap-3">
@@ -663,8 +663,8 @@ function RailwayPartnerPage() {
663663
What teams say after switching
664664
</h2>
665665
<p className="mt-2 max-w-xl text-sm leading-relaxed text-gray-600 dark:text-gray-300 md:text-base">
666-
Real teams, real bills. These are quotes from founders and
667-
engineers who moved their production workloads onto Railway.
666+
Real teams, real bills. These are quotes from founders and engineers
667+
who moved their production workloads onto Railway.
668668
</p>
669669
<div className="mt-6 grid gap-3 sm:grid-cols-3">
670670
{testimonials.map(({ quote, author, role }) => (

0 commit comments

Comments
 (0)