From a7004094939f117bc26b195546b27e7378b9c652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diamond?= <32074058+Andre-Diamond@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:54:44 +0200 Subject: [PATCH] feat: Add tooltip for Google Doc creation --- components/SummaryTemplate.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/SummaryTemplate.tsx b/components/SummaryTemplate.tsx index d6327a7..f0decaf 100644 --- a/components/SummaryTemplate.tsx +++ b/components/SummaryTemplate.tsx @@ -292,6 +292,7 @@ const SummaryTemplate = ({ updateMeetings }: SummaryTemplateProps) => { onClick={handleCreateGoogleDoc} className={styles['export-button']} disabled={creatingDoc} + title="If you need to make the doc comment only, you'll have to create a copy of the doc." > {creatingDoc ? ( Creating Google Doc...