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 + +