shorten tagline

This commit is contained in:
keyan 2021-07-09 10:27:55 -05:00
parent 0ce722f24c
commit 7abb6d8f5d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default function Seo ({ item, user }) {
const pathNoQuery = router.asPath.split('?')[0]
const defaultTitle = pathNoQuery.slice(1)
let fullTitle = `${defaultTitle && `${defaultTitle} \\ `}stacker news`
let desc = 'Bitcoin news powered by the Lightning Network. Stack sats with real Bitcoiners.'
let desc = 'Bitcoin news powered by the Lightning Network.'
if (item) {
if (item.title) {
fullTitle = `${item.title} \\ stacker news`