Skip to content

Commit b38688b

Browse files
committed
Fix wrning
1 parent a30f569 commit b38688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Header.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface IHeaderProps {
1616
const Header = ({ title }: IHeaderProps) => (
1717
<>
1818
<Head>
19-
<title>Next.js webshop with WooCommerce {title}</title>
19+
<title>{`Next.js webshop with WooCommerce ${title}`}</title>
2020
<meta name="description" content="WooCommerce webshop" />
2121
<meta name="keywords" content="Ecommerce, WooCommerce" />
2222
<meta

0 commit comments

Comments
 (0)