diff options
Diffstat (limited to 'components/Header.js')
| -rw-r--r-- | components/Header.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Header.js b/components/Header.js index a4b1526..6ed6271 100644 --- a/components/Header.js +++ b/components/Header.js @@ -18,7 +18,7 @@ import Head from "next/head"; -const Header = () => ( +const Header = (page) => ( <Head> <meta charSet="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
