diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ <!-- Webpage of Maneage: a framework for managing data lineage + Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me> Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org> This file is part of Maneage. Maneage is free software: you can @@ -50,8 +51,8 @@ <header role="banner"> <!-- global navigation --> <nav role="navigation" id="nav-hamburger-wrapper"> - <label for="nav-hamburger-input">☰</label> <input type="checkbox" id="nav-hamburger-input"/> + <label for="nav-hamburger-input">|||</label> <div id="nav-hamburger-items" class="button"> <a href="index.html">Home</a> <a href="about.html">About</a> |