We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2037b commit 1395a66Copy full SHA for 1395a66
components/Seo.js
@@ -3,7 +3,7 @@ import Head from 'next/head';
3
const SEO = () => {
4
return (
5
<Head>
6
- <title>Coding Crow - MLH Pod 1.1.0</title>
+ <title>Coding Crow — Major league Hacking Pod 1.1.0</title>
7
<link rel='icon' href='/images/logo.png' />
8
<link
9
href='https://fonts.googleapis.com/css2?family=Lora&display=swap'
0 commit comments