You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/03/17 14:19:57 UTC

[sling-org-apache-sling-app-cms] 03/04: Minor - changing i to em

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 809d9183e1805e5e7e7662cea4a899fc7cad5207
Author: Dan Klco <dk...@apache.org>
AuthorDate: Tue Mar 17 10:19:12 2020 -0400

    Minor - changing i to em
---
 .../libs/sling-cms/components/pages/base/nav.jsp       | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/nav.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/nav.jsp
index be4486e..22aaf5c 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/nav.jsp
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/base/nav.jsp
@@ -24,9 +24,9 @@
         </a>
         <a href="/cms/start.html" class="navbar-item" title="CMS Home">
             <span class="icon">
-                <i class="jam jam-home-f">
+                <em class="jam jam-home-f">
                     <span class="is-vhidden">Home</span>
-                </i>
+                </em>
             </span>
         </a>
         <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="#top-navbar-menu">
@@ -48,22 +48,22 @@
                 </a>
                 <div class="navbar-dropdown">
                     <a class="navbar-item Fetch-Modal" data-title="User Profile" data-path=".Main-Content form" href="/cms/auth/user/profile.html${auth.authorizable.path}">
-                        <i class="jam jam-id-card">
+                        <em class="jam jam-id-card">
                             <span class="is-vhidden">Profile</span>
-                        </i>&nbsp;
+                        </em>&nbsp;
                         Profile
                     </a>
-                    <a class="navbar-item" href="https://github.com/apache/sling-org-apache-sling-app-cms" target="_blank">
-                        <i class="jam jam-help">
+                    <a class="navbar-item" href="https://github.com/apache/sling-org-apache-sling-app-cms" target="_blank" rel="noopener noreferrer">
+                        <em class="jam jam-help">
                             <span class="is-vhidden">Help</span>
-                        </i>&nbsp;
+                        </em>&nbsp;
                         Help
                     </a>
                     <hr class="navbar-divider">
                     <a class="navbar-item" href="/system/sling/logout">
-                        <i class="jam jam-log-out">
+                        <em class="jam jam-log-out">
                             <span class="is-vhidden">Logout</span>
-                        </i>&nbsp;
+                        </em>&nbsp;
                         Logout
                     </a>
                 </div>