Commit c240f69b authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Update lib/next/token/getSeo.ts

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent b8011af8
......@@ -8,7 +8,7 @@ export default function getSeo(params: PageParams) {
return {
title: params ? `${ params.hash } - ${ networkTitle }` : '',
description: params ?
`${ params.hash }, balances and analytics on the on the ${ networkTitle }` :
`${ params.hash }, balances and analytics on the ${ networkTitle }` :
'',
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment