Updated 'no page URL' notice
This commit is contained in:
parent
358b5781e2
commit
bdf1e7413c
|
@ -3,7 +3,7 @@
|
|||
@section('content')
|
||||
@if($littlelink_name == '')
|
||||
<h2 class="mb-4"> 👋 Hi, stranger</h2>
|
||||
<h5>You do not have a Page URL set, yet you can change that in the Page section</h5>
|
||||
<h5>You do not have a Page URL set, yet you can change that on the <a href="{{ url('/studio/page') }}">Page section</a></h5>
|
||||
@else
|
||||
<h2 class="mb-4"> 👋 Hi, @<?= $littlelink_name ?></h2>
|
||||
@endif
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@section('content')
|
||||
@if($littlelink_name == '')
|
||||
<h2 class="mb-4"> 👋 Hi, stranger</h2>
|
||||
<h5>You do not have a Page URL set, yet you can change that in the Page section</h5>
|
||||
<h5>You do not have a Page URL set, yet you can change that on the <a href="{{ url('/studio/page') }}">Page section</a></h5>
|
||||
@else
|
||||
<h2 class="mb-4"> 👋 Hi, @<?= $littlelink_name ?></h2>
|
||||
@endif
|
||||
|
|
Loading…
Reference in New Issue