From d09f97f4b67e9f3063ce647857c46e9cf91e91b8 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Mon, 23 Apr 2018 11:36:52 -0700 Subject: [PATCH] New title --- 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 5d9f910bb..cb5b2d968 100644 --- a/src/hub.html +++ b/src/hub.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="<%= ORIGIN_TRIAL_EXPIRES %>" content="<%= ORIGIN_TRIAL_TOKEN %>"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> - <title>hubs | A new way to get together online</title> + <title>A new way to get together online | 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 b580383ca..05cad2a1b 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>hubs | A new way to get together online</title> + <title>A new way to get together online | Hubs by Mozilla</title> <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> </head> -- GitLab