feat(opendock): added in a new article link system
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m11s

This commit is contained in:
2026-06-01 14:26:51 -05:00
parent 4f848bb649
commit bb7931d6c8
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import { createFileRoute } from "@tanstack/react-router"; import { createFileRoute } from "@tanstack/react-router";
import z from "zod"; import z from "zod";
import { useSession } from "../lib/auth-client"; import { useSession } from "../lib/auth-client";
import { trackLstEvent } from "../lib/umami.utils"; import { trackLstEvent } from "../lib/umami.utils";

View File

@@ -132,6 +132,10 @@ export default function NewArticleLink({ refetch }: { refetch: any }) {
label: "Matrix", label: "Matrix",
value: "matrix", value: "matrix",
}, },
{
label: "RB",
value: "rb",
},
]; ];
return ( return (