diff --git a/themes/medium/components/LogoBar.js b/themes/medium/components/LogoBar.js index 9bb3aa30..c2719a76 100644 --- a/themes/medium/components/LogoBar.js +++ b/themes/medium/components/LogoBar.js @@ -4,7 +4,7 @@ import Link from 'next/link' export default function LogoBar () { return
- {BLOG.TITLE} + {BLOG.TITLE}
} diff --git a/themes/medium/components/TopNavBar.js b/themes/medium/components/TopNavBar.js index 1d31d251..69dfb3ce 100644 --- a/themes/medium/components/TopNavBar.js +++ b/themes/medium/components/TopNavBar.js @@ -21,7 +21,7 @@ export default function TopNavBar (props) { if (link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -