urls in orange

This commit is contained in:
HolgerHatGarKeineNode
2023-08-02 17:24:26 +02:00
parent d7c67736bd
commit a68e7376c7

View File

@@ -41,7 +41,8 @@
$url = $bindle->value; $url = $bindle->value;
$url = strtok($url, "?"); $url = strtok($url, "?");
@endphp @endphp
<a href="{{ $url }}" target="_blank" class="text-md font-medium text-gray-100">{{ $url }}</a> <div class="text-white mt-4">{{ __('Wurde zuerst hier gepostet:') }}</div>
<a href="{{ $url }}" target="_blank" class="text-md font-medium text-orange-400">{{ $url }}</a>
</div> </div>
</div> </div>
<div class="text-sm font-medium text-gray-100 py-4"> <div class="text-sm font-medium text-gray-100 py-4">