Skip to content

Commit 9f5570f

Browse files
committed
update buy my cola
1 parent 83f33d8 commit 9f5570f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/supportCallout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const SUPPORT_CALLOUT = {
55
};
66

77
export const renderSupportCalloutForRSS = (lang: "zh" | "en" = "zh") => {
8-
const cta = SUPPORT_CALLOUT[lang];
8+
const cta = SUPPORT_CALLOUT[lang] ?? SUPPORT_CALLOUT.zh;
99
const { link } = SUPPORT_CALLOUT;
1010
return `
1111
<hr style="border:none;border-top:0.5px solid rgba(0,0,0,0.08);margin:26px 0 14px;" />

0 commit comments

Comments
 (0)