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