From bb7931d6c8d0f5ce4065955491e9ee1247b5e92d Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 1 Jun 2026 14:26:51 -0500 Subject: [PATCH] feat(opendock): added in a new article link system --- frontend/src/routes/index.tsx | 1 + .../transportation/opendock/-components/NewArticleLink.tsx | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/frontend/src/routes/index.tsx b/frontend/src/routes/index.tsx index 356e195..609aba9 100644 --- a/frontend/src/routes/index.tsx +++ b/frontend/src/routes/index.tsx @@ -1,6 +1,7 @@ import { createFileRoute } from "@tanstack/react-router"; import z from "zod"; + import { useSession } from "../lib/auth-client"; import { trackLstEvent } from "../lib/umami.utils"; diff --git a/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx b/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx index 9370390..6914534 100644 --- a/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx +++ b/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx @@ -132,6 +132,10 @@ export default function NewArticleLink({ refetch }: { refetch: any }) { label: "Matrix", value: "matrix", }, + { + label: "RB", + value: "rb", + }, ]; return (