diff --git a/themes/landing/config.js b/themes/landing/config.js index c9075d42..1d40f070 100644 --- a/themes/landing/config.js +++ b/themes/landing/config.js @@ -8,7 +8,7 @@ const CONFIG = { // 首页大图英雄板块 HERO_TITLE_1: 'NotionNext', - HERO_P_1: '快速搭建独立站、轻松放大您的品牌价值!', + HERO_P_1: '快速搭建独立站、轻松放大品牌价值!', HERO_BUTTON_1_TEXT: '开始体验', HERO_BUTTON_1_LINK: 'https://docs.tangly1024.com/article/vercel-deploy-notion-next', HERO_BUTTON_2_TEXT: '了解更多', diff --git a/themes/plog/components/Nav.js b/themes/plog/components/Nav.js index 6fdd2709..36987abb 100644 --- a/themes/plog/components/Nav.js +++ b/themes/plog/components/Nav.js @@ -9,37 +9,30 @@ import Collapse from '@/components/Collapse' import { MenuItemCollapse } from './MenuItemCollapse' const Header = props => { - const { navBarTitle, fullWidth, siteInfo } = props + const { fullWidth, siteInfo } = props + + const title = siteInfo?.title + return