File tree 7 files changed +11
-8
lines changed
7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ const saveFromContextMenu = async (saveBehavior: "append" | "override") => {
13
13
const tabId = tabs [ 0 ] . id !
14
14
15
15
try {
16
- const res = await chrome . tabs . sendMessage ( tabId , "fetchFullChat" )
16
+ const res = await chrome . tabs . sendMessage (
17
+ tabId ,
18
+ "bard-to-notion_fetchFullChat"
19
+ )
17
20
const { prompts, answers, url, title } = res
18
21
19
22
const storage = new Storage ( )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function AboutPopup() {
20
20
< li >
21
21
< a
22
22
className = "link text-sm"
23
- href = "https://theo-lartigau.notion.site/FAQ-50befa31f01a495b9d634e3f575dd4ba "
23
+ href = "https://theo-lartigau.notion.site/FAQ-214e7413e07e4887aa84339b64c17296?pvs=4 "
24
24
target = "_blank" >
25
25
{ i18n ( "about_FAQ" ) }
26
26
</ a >
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ function ErrorPopup() {
75
75
{ i18n ( "autosave_error_desc" ) }
76
76
< a
77
77
className = "link text-sm"
78
- href = "https://theo-lartigau.notion.site/FAQ-50befa31f01a495b9d634e3f575dd4ba "
78
+ href = "https://theo-lartigau.notion.site/FAQ-214e7413e07e4887aa84339b64c17296?pvs=4 "
79
79
target = "_blank" >
80
80
{ i18n ( "autosave_error_desc_faq" ) }
81
81
</ a >
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ function IndexPopup() {
355
355
{ error ?. status === 401 && (
356
356
< a
357
357
className = "link text-sm"
358
- href = "https://theo-lartigau.notion.site/FAQ-50befa31f01a495b9d634e3f575dd4ba "
358
+ href = "https://theo-lartigau.notion.site/FAQ-214e7413e07e4887aa84339b64c17296?pvs=4 "
359
359
target = "_blank" >
360
360
{ i18n ( "about_FAQ" ) }
361
361
</ a >
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function PremiumPopup() {
71
71
<>
72
72
<a
73
73
className="block link text-center mb-2"
74
- href="https://theolartigau.gumroad.com/l/chatgpt -to-notion"
74
+ href="https://theolartigau.gumroad.com/l/bard -to-notion"
75
75
target="_blank">
76
76
{i18n("premium_cta")}
77
77
</a>
@@ -100,7 +100,7 @@ function PremiumPopup() {
100
100
< p className = "text-sm text-center font-bold" > { i18n ( "premium_desc" ) } </ p >
101
101
< a
102
102
className = "block link text-center mb-2"
103
- href = "https://theolartigau.gumroad.com/l/chatgpt -to-notion"
103
+ href = "https://theolartigau.gumroad.com/l/bard -to-notion"
104
104
target = "_blank" >
105
105
{ i18n ( "premium_cta" ) }
106
106
</ a >
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ export default function SavePopup() {
333
333
{ error ?. status === 401 && (
334
334
< a
335
335
className = "link text-sm"
336
- href = "https://theo-lartigau.notion.site/FAQ-50befa31f01a495b9d634e3f575dd4ba "
336
+ href = "https://theo-lartigau.notion.site/FAQ-214e7413e07e4887aa84339b64c17296?pvs=4 "
337
337
target = "_blank" >
338
338
{ i18n ( "about_FAQ" ) }
339
339
</ a >
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ function SettingsPopup() {
176
176
) }
177
177
< a
178
178
className = "link text-sm"
179
- href = "https://theo-lartigau.notion.site/FAQ-50befa31f01a495b9d634e3f575dd4ba "
179
+ href = "https://theo-lartigau.notion.site/FAQ-214e7413e07e4887aa84339b64c17296?pvs=4 "
180
180
target = "_blank" >
181
181
{ i18n ( "about_FAQ" ) }
182
182
</ a >
You can’t perform that action at this time.
0 commit comments