Share link button

This commit is contained in:
Koper
2023-09-25 19:05:30 +01:00
parent 71eb0b37f6
commit 59d02c6065
2 changed files with 55 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import { Topic } from "../webSocketTypes";
import React, { useEffect, useState } from "react";
import "../../styles/button.css";
import FinalSummary from "../finalSummary";
import ShareLink from "../shareLink";
type TranscriptDetails = {
params: {
@@ -55,6 +56,8 @@ export default function TranscriptDetails(details: TranscriptDetails) {
autoscroll={false}
/>
<section className="relative w-full h-auto max-h-full bg-blue-400/20 rounded-lg md:rounded-xl px-2 md:px-4 flex flex-col justify-center align-center">
<ShareLink />
<div className="py-2 h-full">
{transcript?.response?.longSummary && (
<FinalSummary text={transcript?.response?.longSummary} />