applied hover component relating other pages
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
@if ($transfer->attachment)
|
||||
<div class="border-b border-gray-200 pb-4" x-data="{ attachment : null }">
|
||||
<div class="relative w-full text-left cursor-pointer group" x-on:click="attachment !== 1 ? attachment = 1 : attachment = null">
|
||||
<span class="font-medium border-b border-transparent transition-all group-hover:border-black">
|
||||
{{ trans_choice('general.attachments', 2) }}
|
||||
<span class="font-medium">
|
||||
<x-text.hover text="{{ trans_choice('general.attachments', 2) }}" color="to-black" />
|
||||
</span>
|
||||
|
||||
<div class="text-black-400 text-sm">
|
||||
|
Reference in New Issue
Block a user