diff --git a/src/hub.html b/src/hub.html index 5d70209cbd578399791811722ba1db3987d7a5d6..7d5d4884b04fabe99a144cedc1aadf9ad2b59dce 100644 --- a/src/hub.html +++ b/src/hub.html @@ -8,7 +8,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> - <title>Get together online | Hubs by Mozilla</title> + <title>Get together | Hubs by Mozilla</title> <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> <% if(NODE_ENV === "production") { %> diff --git a/src/index.html b/src/index.html index 48ecaf5cacf34fd0df38c41900aa35173004ce63..f7807252dc6d6756e8d95102347eeeb84e450bce 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> - <title>Get together online | Hubs by Mozilla</title> + <title>Get together | Hubs by Mozilla</title> <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> </head>