fixed some ui bugs

This commit is contained in:
amazing-username
2017-05-29 21:26:15 -05:00
parent a51c1491dc
commit 9d2fc48774
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ height: 30%;
</p>
{!! Form::close() !!}
<div class="jumbotron text-center">
<h1>Alright {{ $username }}, here is where you can manage the bills you own bills</h1>
<h1>Alright {{ $username }}, here is where you can manage the bills you own</h1>
<br><br>
{!! Form::open(array('action' => 'BillController@managebill')) !!}