Don't use url helper for logo in setup

This commit is contained in:
James Brooks
2015-05-23 08:19:10 +01:00
parent e577451833
commit 0fb43b2ada

View File

@@ -3,7 +3,7 @@
@section('content')
<div class="setup-page">
<div class="text-center">
<img class="logo" height="50" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet">
<img class="logo" height="50" src="/img/cachet-logo.svg" alt="Cachet">
<h4>{{ trans('setup.title') }}</h4>
<br>
</div>