You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/09/27 23:03:47 UTC

[incubator-tvm-site] branch master updated: Mobile fix

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

tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9339c71  Mobile fix
9339c71 is described below

commit 9339c71f5629712d22f3f115034eb26bc4687345
Author: tqchen <tq...@gmail.com>
AuthorDate: Sun Sep 27 16:03:32 2020 -0700

    Mobile fix
---
 _includes/header.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index d924d9f..f12d93f 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -5,7 +5,7 @@
             <a href="/"><img src="/assets/images/logo.svg" alt="Logo"></a>
           </div>
           <div id="headMenu" class="headerNav">
-            <button type="button" id="closeHeadMenu" class="navCloseBtn"><img src="assets/images/close-icon.svg"
+            <button type="button" id="closeHeadMenu" class="navCloseBtn"><img src="/assets/images/close-icon.svg"
                 alt="Close"></button>
                 {% include list.html %}
             <div class="responsiveasfdropdown">
@@ -16,7 +16,7 @@
             </div>
           </div>
           <div class="responsiveMenuIcon">
-            <button type="button" id="menuBtn" class="btn-menu"><img src="assets/images/menu-icon.svg"
+            <button type="button" id="menuBtn" class="btn-menu"><img src="/assets/images/menu-icon.svg"
                 alt="Menu Icon" /></button>
           </div>
           <div class="asfDropdown">