diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-23 11:34:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 11:34:56 +0100 |
commit | c6426a0c3f490ff14760c43ab4096847056a9ed3 (patch) | |
tree | 29dcfab9a198bf9962e4ac300667ecd53a870d70 /templates | |
parent | e06059089100a574909c216b5150423250c1d49f (diff) | |
download | community.vyos.net-c6426a0c3f490ff14760c43ab4096847056a9ed3.tar.gz community.vyos.net-c6426a0c3f490ff14760c43ab4096847056a9ed3.zip |
banner: rephrase title
Switch from the punctuation to an exclamatory sentence
Diffstat (limited to 'templates')
-rw-r--r-- | templates/banner.html | 4 |
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> |