Skip to content

Commit baa0991

Browse files
committed
Update edit.blade.php
1 parent 5ec760b commit baa0991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/backend/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<p class="mb-2 flex items-center gap-x-2 text-orange-600">
3535
@svg('icon-sign-warning', '!size-5') <span class="text-xs/4 font-medium">Warning</span>
3636
</p>
37-
<p>
37+
<p class="text-slate-600 dark:text-dark-400">
3838
This link has expired and
3939
@if ($url->expired_url)
4040
visitors will be redirected to <a href="{{ $url->expired_url }}" class="text-orange-600 hover:underline" target="_blank" rel="noopener noreferrer">{{ urlDisplay($url->expired_url, 90) }}</a>.

0 commit comments

Comments
 (0)