Skip to content

Commit

Permalink
Change the spelling of the STARTER_CTA_DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed Jan 4, 2025
1 parent 2831d2f commit 7ff6f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/starter/components/CTA.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const CTA = () => {
</span>
</h2>
<p className='mx-auto mb-6 max-w-[515px] text-base leading-[1.5] text-white'>
{siteConfig('STARTER_CTA_DESCRIOTN')}
{siteConfig('STARTER_CTA_DESCRIPTION')}
</p>
{siteConfig('STARTER_CTA_BUTTON') && (
<>
Expand Down
2 changes: 1 addition & 1 deletion themes/starter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const CONFIG = {
STARTER_CTA_ENABLE: true,
STARTER_CTA_TITLE: '你还在等待什么呢?',
STARTER_CTA_TITLE_2: '现在开始吧',
STARTER_CTA_DESCRIOTN:
STARTER_CTA_DESCRIPTION:
'访问NotionNext的操作文档,我们提供了详细的教程,帮助你即刻搭建站点',
STARTER_CTA_BUTTON: true, // 是否显示按钮
STARTER_CTA_BUTTON_URL:
Expand Down

0 comments on commit 7ff6f4e

Please sign in to comment.