refactor.

This commit is contained in:
Abhinav Raut
2024-08-05 11:59:06 +05:30
parent 4c52af8f62
commit e698f010e1
52 changed files with 798 additions and 593 deletions

View File

@@ -14,7 +14,7 @@
overlay
text-wrap
">
<p class="font-bold text-xs opacity-0 group-hover:opacity-100">{{ getAttachmentName(attachment.filename) }}</p>
<p class="font-bold text-xs opacity-0 group-hover:opacity-100">{{ getAttachmentName(attachment.name) }}</p>
<p class="text-xs opacity-0 group-hover:opacity-100">{{ formatBytes(attachment.size) }}</p>
</div>
</div>