Skip to content

Commit

Permalink
Merge pull request thelounge#487 from thelounge/astorije/app-name
Browse files Browse the repository at this point in the history
Add "The Lounge" label to the landing pages
  • Loading branch information
astorije authored Jul 20, 2016
2 parents 2b9e0d1 + 2700f34 commit 596e797
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="title">The Lounge is loading…</h1>
<form class="container" method="post" action="">
<div class="row">
<div class="col-xs-12">
<h1 class="title">Sign in</h1>
<h1 class="title">Sign in to The Lounge</h1>
</div>
<div class="col-xs-12">
<label>
Expand Down Expand Up @@ -107,7 +107,10 @@ <h1 class="title">Sign in</h1>
<form class="container" method="post" action="">
<div class="row">
<div class="col-sm-12">
<h1 class="title">Connect</h1>
<h1 class="title">
<%= public ? "The Lounge - " : "" %>
Connect
</h1>
</div>
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
<div class="col-sm-12">
Expand Down

0 comments on commit 596e797

Please sign in to comment.