Skip to content

Commit a271f67

Browse files
committed
Improve global site title
1 parent 75e95ee commit a271f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header/Header.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Navbar from './Navbar.component';
99
const Header = ({ title }) => (
1010
<>
1111
<Head>
12-
<title>Nextjs Ecommerce with WooCommerce {title ? title : ''}</title>
12+
<title>Next.js webshop with WooCommerce {title ? title : ''}</title>
1313
<meta name="description" content="WooCommerce webshop" />
1414
<meta name="keywords" content="Ecommerce, WooCommerce" />
1515
<meta

0 commit comments

Comments
 (0)