We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1ea9d commit 5c1816bCopy full SHA for 5c1816b
app/views/home/index.blade.php
@@ -13,11 +13,11 @@
13
14
@if ($guest)
15
<p>
16
- <a href="{{ URL::route('user.register') }}" class="btn btn-primary">{{ trans('home.index.register') }}</a>
+ <a href="{{ URL::route('user.register') }}" class="btn btn-primary btn-lg">{{ trans('home.index.register') }}</a>
17
</p>
18
@else
19
20
- <a href="{{ URL::route('check.index') }}" class="btn btn-primary">{{ trans('home.index.checks') }}</a>
+ <a href="{{ URL::route('check.index') }}" class="btn btn-primary btn-lg">{{ trans('home.index.checks') }}</a>
21
22
@endif
23
</div>
0 commit comments