Skip to content

Commit

Permalink
Fix release date
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed May 19, 2024
1 parent e3c7e33 commit 584655c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webserver/resources/views/livewire/feature-matrix.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dt>
@include('components/platformicon', ['icon' => $sdkIdentifer])

<p class="ml-16 truncate text-sm font-medium text-gray-500">{{ $sdk->getVersion() }} ({{ $sdk->getCreatedAt() }}) | {{ $sdkIdentifer }}</p>
<p class="ml-16 truncate text-sm font-medium text-gray-500">{{ $sdk->getVersion() }} | {{ $sdkIdentifer }}</p>
</dt>
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
<p class="text-2xl font-semibold text-gray-900">{{ $sdk->getName() }}</p>
Expand Down Expand Up @@ -40,6 +40,10 @@
Repo
</a>
</div>
<div class="flex-grow"></div>
<div class="text-sm italic text-right text-gray-500">
Last release: {{ $sdk->getCreatedAt() }}
</div>
</div>
</div>
</dd>
Expand Down

0 comments on commit 584655c

Please sign in to comment.