Updated 'no page URL' notice

This commit is contained in:
Julian Prieber 2022-05-10 12:38:26 +02:00
parent 358b5781e2
commit bdf1e7413c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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