You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2021/02/15 00:28:57 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2576] icon is changed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 42f07d6  [OPENMEETINGS-2576] icon is changed
42f07d6 is described below

commit 42f07d6b5c147b77f00c6a908cd8eff215911f17
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Feb 15 07:28:44 2021 +0700

    [OPENMEETINGS-2576] icon is changed
---
 .../java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
index 15d7011..8b58c24 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
@@ -52,7 +52,7 @@
 			<div class="col-6">
 				<div class="input-group">
 					<div class="input-group-prepend">
-						<span class="input-group-text"><i class="fa fa-at"></i></span>
+						<span class="input-group-text"><i class="fas fa-envelope"></i></span>
 					</div>
 					<input wicket:id="email" class="form-control" type="email" wicket:message="placeholder:119" value=""/>
 				</div>