Skip to content

Commit

Permalink
Remove extraneous flight time text
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Feb 11, 2020
1 parent f392bf1 commit f16af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/default/dashboard/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="icon-background">
<i class="far fa-clock icon"></i>
</div>
<h3 class="header">@minutestotime($user->flight_time), {{$user->flight_time}}</h3>
<h3 class="header">@minutestotime($user->flight_time)</h3>
<h5 class="description">@lang('dashboard.totalhours')</h5>
</div>
</div>
Expand Down

0 comments on commit f16af4d

Please sign in to comment.