Skip to content

Commit

Permalink
Update about.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 11, 2024
1 parent 1caa09c commit 1404f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/backend/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
$domainBlacklist = collect(config('urlhub.domain_blacklist'))
->sort()->toArray();
@endphp
<dt><code>domain_blacklist</code></dt>
<dd>
<dt class="mt-2"><code>domain_blacklist</code></dt>
<dd class="mt-2">
<div class="bg-gray-50 p-2 border border-gray-300 rounded text-sm">
@if (! empty($domainBlacklist))
<code>{{implode(", ", $domainBlacklist)}}</code>
Expand All @@ -122,8 +122,8 @@
$reservedKey = collect(config('urlhub.reserved_keyword'))
->sort()->toArray();
@endphp
<dt>Reserved Keywords</dt>
<dd>
<dt class="mt-2 mb-2">Reserved Keywords</dt>
<dd class="mt-2 mb-2">
<div class="bg-gray-50 p-2 border border-gray-300 rounded text-sm">
<p><b>Config</b></p>
<code>{{implode(", ", $reservedKey)}}</code>
Expand Down

0 comments on commit 1404f4c

Please sign in to comment.