diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-02-01 00:55:52 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-02-01 00:55:52 +0700 |
commit | 4d57eee9d7384e8e77bb5221beda1f2f2f6ab789 (patch) | |
tree | 124079d75f1afacb676ceeb661f60912be10f2b3 | |
parent | df998b53ac2b7f778704a235a32538f6d6f7e045 (diff) | |
download | community.vyos.net-4d57eee9d7384e8e77bb5221beda1f2f2f6ab789.tar.gz community.vyos.net-4d57eee9d7384e8e77bb5221beda1f2f2f6ab789.zip |
Remote the "learn about the project" link.
-rw-r--r-- | templates/banner.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/banner.html b/templates/banner.html index 04d9e92..711972d 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -2,9 +2,6 @@ <div class="container sm-none"> <div class="banner__text-button"> <h1>VyOS — The Universal Router.</h1> - <div class="banner__btn_container"> - <a href="/about">Learn about the project</a> - </div> </div> </div> </section> |