Skip to content

Commit b9309a2

Browse files
chore: update postgres and railway logo (#2876)
1 parent e03d55f commit b9309a2

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

site/public/icons/logo.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

site/src/app/(v2)/(marketing)/(index)/sections/TechSection.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import vercelLogo from "../images/platforms/vercel.svg";
1313
import awsLambdaLogo from "../images/platforms/aws-lambda.svg";
1414
import supabaseLogo from "../images/platforms/supabase.svg";
1515
import postgresLogo from "../images/platforms/postgres.svg";
16+
import railwayLogo from "../images/platforms/railway.svg";
1617

1718
// Client images
1819
import reactLogo from "../images/clients/react.svg";
@@ -215,6 +216,13 @@ export function TechSection() {
215216
external
216217
status="coming-soon"
217218
/>
219+
<TechLink
220+
href="https://railway.com/deploy/rivet"
221+
name="Railway"
222+
icon={railwayLogo}
223+
alt="Railway"
224+
external
225+
/>
218226
<TechLink
219227
href="https://github.com/rivet-gg/rivetkit/issues/898"
220228
name="AWS Lambda"
@@ -247,12 +255,10 @@ export function TechSection() {
247255
alt="Redis"
248256
/>
249257
<TechLink
250-
href="https://github.com/rivet-gg/rivetkit/issues/899"
258+
href="/docs/actors/"
251259
name="Postgres"
252260
icon={postgresLogo}
253261
alt="Postgres"
254-
external
255-
status="coming-soon"
256262
/>
257263
<TechLink
258264
href="/docs/actors/quickstart/backend"

site/src/posts/2025-09-04-rivet-v2-launch/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const author = "nathan-flurry"
1+
export const author = "nicholas-kissel"
22
export const published = "2025-09-04"
33
export const category = "changelog"
44
export const keywords = ["v2", "major-release", "open-source", "BYO-database", "multi-region"]

0 commit comments

Comments
 (0)