mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎨 fix(project): update date format to 'd.m.Y' in project proposal view file
This commit is contained in:
@@ -134,7 +134,7 @@ $handleNotApprove = function () {
|
||||
</a>
|
||||
</div>
|
||||
<div class="text-sm font-semibold text-violet-500 uppercase mb-2">
|
||||
{{ $projectProposal->created_at->format('D d M, Y') }}
|
||||
{{ $projectProposal->created_at->translatedFormat('d.m.Y') }}
|
||||
</div>
|
||||
<header class="mb-4">
|
||||
<!-- Title -->
|
||||
|
||||
Reference in New Issue
Block a user