From 86bd9b14610b80cc27a8bce03d3a6f01adba26a3 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Tue, 2 Oct 2018 21:05:58 +0000 Subject: [PATCH] Delete -> Remove and remove Zilla Slab --- src/hub.html | 7 +++---- src/index.html | 1 - src/link.html | 1 - src/scene.html | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/hub.html b/src/hub.html index 41940d3ef..28b5c074d 100644 --- a/src/hub.html +++ b/src/hub.html @@ -9,7 +9,6 @@ <link rel="shortcut icon" type="image/png" href="/favicon.ico"> <title>Get together | Hubs by Mozilla</title> - <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700" rel="stylesheet"> </head> @@ -168,7 +167,7 @@ <!-- HACK: rotation component above is required for its side effect of setting YXZ order --> <a-entity class="delete-button" visible-while-frozen> <a-entity mixin="rounded-text-button" remove-networked-object-button position="0 0 0"> </a-entity> - <a-entity text=" value:Delete; width:2.5; align:center;" text-raycast-hack position="0 0 0.01"></a-entity> + <a-entity text=" value:Remove; width:2.5; align:center;" text-raycast-hack position="0 0 0.01"></a-entity> </a-entity> </a-entity> </template> @@ -201,7 +200,7 @@ ></a-sphere> <a-entity class="delete-button" visible-while-frozen> <a-entity mixin="rounded-text-button" remove-networked-object-button position="0 0 0"> </a-entity> - <a-entity text=" value:Delete; width:2.5; align:center;" text-raycast-hack position="0 0 0.01"></a-entity> + <a-entity text=" value:Remove; width:2.5; align:center;" text-raycast-hack position="0 0 0.01"></a-entity> </a-entity> </a-entity> </template> @@ -223,7 +222,7 @@ > <a-entity class="delete-button" visible-while-frozen> <a-entity mixin="rounded-text-button" remove-networked-object-button position="0 0 0"> </a-entity> - <a-entity text=" value:Delete; width:2.5; align:center;" text-raycast-hack position="0 0 0.01"></a-entity> + <a-entity text=" value:Remove; width:2.5; align:center;" text-raycast-hack position="0 0 0.01"></a-entity> </a-entity> </a-entity> </template> diff --git a/src/index.html b/src/index.html index 4b0e8c6f5..29c074aab 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,6 @@ <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> <title>Get together | Hubs by Mozilla</title> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> </head> <body> diff --git a/src/link.html b/src/link.html index 85378e43c..f2d463960 100644 --- a/src/link.html +++ b/src/link.html @@ -6,7 +6,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> <title>Enter Code | Hubs by Mozilla</title> - <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> </head> diff --git a/src/scene.html b/src/scene.html index 66d29cdfb..1cfeab1b7 100644 --- a/src/scene.html +++ b/src/scene.html @@ -9,7 +9,6 @@ <link rel="shortcut icon" type="image/png" href="/favicon.ico"> <title>Scene | Hubs by Mozilla</title> - <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700" rel="stylesheet"> </head> -- GitLab