From f397300be38ac2e4c70a9d3cec0f6c49ecd78565 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Mon, 23 Apr 2018 15:10:50 -0700 Subject: [PATCH] Even shorter --- src/hub.html | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hub.html b/src/hub.html index 5d70209cb..7d5d4884b 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 48ecaf5ca..f7807252d 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> -- GitLab