From e4d3831893ba222c305bf09f140b118054d550e5 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Fri, 9 May 2025 10:52:46 +0530 Subject: [PATCH] Add back to sources button on data source page --- .../[projectId]/sources/[sourceId]/source-page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/rowboat/app/projects/[projectId]/sources/[sourceId]/source-page.tsx b/apps/rowboat/app/projects/[projectId]/sources/[sourceId]/source-page.tsx index bfa15475..c9073346 100644 --- a/apps/rowboat/app/projects/[projectId]/sources/[sourceId]/source-page.tsx +++ b/apps/rowboat/app/projects/[projectId]/sources/[sourceId]/source-page.tsx @@ -14,6 +14,8 @@ import { getDataSource } from "../../../../actions/datasource_actions"; import { TextSource } from "../components/text-source"; import { Panel } from "@/components/common/panel-common"; import { Section, SectionRow, SectionLabel, SectionContent } from "../components/section"; +import Link from "next/link"; +import { BackIcon } from "../../../../lib/components/icons"; export function SourcePage({ sourceId, @@ -95,6 +97,15 @@ export function SourcePage({
+
+ + + Back to sources + +