diff --git a/src/routes/partners.railway.tsx b/src/routes/partners.railway.tsx
index 6deb5a6b9..d3314e463 100644
--- a/src/routes/partners.railway.tsx
+++ b/src/routes/partners.railway.tsx
@@ -2,17 +2,17 @@ import * as React from 'react'
import { Link, createFileRoute } from '@tanstack/react-router'
import {
ArrowUpRightIcon,
+ ArrowUUpLeftIcon,
+ ChartLineIcon,
CheckIcon,
- CurrencyDollarIcon as DollarSign,
+ CurrencyDollarIcon,
GitPullRequestIcon,
GlobeIcon,
InfinityIcon,
- ChartLineIcon as LineChart,
NetworkIcon,
PlusIcon,
RocketIcon,
ShieldCheckIcon,
- ArrowUUpLeftIcon as Undo2,
} from '@phosphor-icons/react'
import { twMerge } from 'tailwind-merge'
import { Card } from '~/components/Card'
@@ -85,7 +85,7 @@ const features: Array<{ Icon: FeatureIcon; title: string; desc: string }> = [
desc: 'Enable PR Environments on a GitHub-connected project to spin up isolated previews for eligible pull requests.',
},
{
- Icon: LineChart,
+ Icon: ChartLineIcon,
title: 'Logs, metrics, and alerts',
desc: 'Logs and metrics are built in. Pro workspaces can configure Monitors that notify Slack, Discord, or email.',
},
@@ -95,7 +95,7 @@ const features: Array<{ Icon: FeatureIcon; title: string; desc: string }> = [
desc: 'Services in a project talk over private IPs at up to 100 Gbps. HTTP, TCP, gRPC, and WebSockets handled for you.',
},
{
- Icon: Undo2,
+ Icon: ArrowUUpLeftIcon,
title: 'Retained deployment versions',
desc: 'Redeploy an earlier version while its image is retained. Retention ranges from 24 hours to 360 hours by plan.',
},
@@ -283,7 +283,7 @@ export const Route = createFileRoute('/partners/railway')({
function CheckBadge() {
return (
-
+
)
}
@@ -673,7 +673,7 @@ function RailwayPartnerPage() {
-
+
Per-second billing, no credit card required