|
@@ -242,22 +242,24 @@
|
|
</div>
|
|
</div>
|
|
</Tooltip>
|
|
</Tooltip>
|
|
|
|
|
|
- <div class="flex gap-1.5 mb-0.5">
|
|
|
|
- <div class=" text-xs overflow-hidden text-ellipsis line-clamp-1">
|
|
|
|
- {tool.meta.description}
|
|
|
|
|
|
+ <div class="px-0.5">
|
|
|
|
+ <div class="flex gap-1.5 mt-0.5 mb-0.5">
|
|
|
|
+ <div class=" text-xs overflow-hidden text-ellipsis line-clamp-1">
|
|
|
|
+ {tool.meta.description}
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
|
|
- <div class="text-xs text-gray-500 shrink-0">
|
|
|
|
- <Tooltip
|
|
|
|
- content={tool?.user?.email}
|
|
|
|
- className="flex shrink-0"
|
|
|
|
- placement="top-start"
|
|
|
|
- >
|
|
|
|
- {$i18n.t('By {{name}}', {
|
|
|
|
- name: capitalizeFirstLetter(tool?.user?.name ?? tool?.user?.email)
|
|
|
|
- })}
|
|
|
|
- </Tooltip>
|
|
|
|
|
|
+ <div class="text-xs text-gray-500 shrink-0">
|
|
|
|
+ <Tooltip
|
|
|
|
+ content={tool?.user?.email}
|
|
|
|
+ className="flex shrink-0"
|
|
|
|
+ placement="top-start"
|
|
|
|
+ >
|
|
|
|
+ {$i18n.t('By {{name}}', {
|
|
|
|
+ name: capitalizeFirstLetter(tool?.user?.name ?? tool?.user?.email)
|
|
|
|
+ })}
|
|
|
|
+ </Tooltip>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|