Transaction styling and suggestion description set dynamic..

This commit is contained in:
Cüneyt Şentürk
2022-06-14 15:06:55 +03:00
parent 8381af7300
commit febf73cc1c
5 changed files with 237 additions and 207 deletions

View File

@ -46,9 +46,13 @@
<li class="border-b p-2 hover:bg-gray-100">
<a href="{{ url($suggestion->action_url) . '?' . http_build_query((array) $suggestion->action_parameters) }}" class="flex items-center justify-between text-xs">
<div class="truncate">
<h2 class="">{{ $suggestion->name }}</h2>
<h2>
{{ $suggestion->name }}
</h2>
<div class="h-4 overflow-hidden text-black-400 truncate">Enter details and create your first expense easily</div>
<div class="h-4 overflow-hidden text-black-400 truncate">
{{ $suggestion->description ?? '' }}
</div>
</div>
<span class="material-icons text-gray-500">chevron_right</span>