summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-01-24 00:08:58 +0700
committerGitHub <noreply@github.com>2021-01-24 00:08:58 +0700
commit5782d0510108879c4cea2a82423e89281d2a5aa5 (patch)
tree7cd398bc10300c02da46fe121676b3bbd074c9ac
parent34e7eb8b068ef9e0e2db2f8da85e6e8f09272977 (diff)
parentc6426a0c3f490ff14760c43ab4096847056a9ed3 (diff)
downloadcommunity.vyos.net-5782d0510108879c4cea2a82423e89281d2a5aa5.tar.gz
community.vyos.net-5782d0510108879c4cea2a82423e89281d2a5aa5.zip
Merge pull request #6 from vyos/banner-update
banner: rephrase title
-rw-r--r--templates/banner.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/banner.html b/templates/banner.html
index 28ca769..07d3f35 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -1,10 +1,10 @@
<section class="banner">
<div class="container sm-none">
<div class="banner__text-button">
- <h1>VyOS. The universal router.</h1>
+ <h1>VyOS - The Universal Router!</h1>
<div class="banner__btn_container">
<a href="#">Learn about the project</a>
</div>
</div>
</div>
-</section> \ No newline at end of file
+</section>