mirror of
https://github.com/langgenius/dify.git
synced 2025-09-24 16:45:33 +00:00
Fix: Add title attribute to edit time text for improved accessibility (#21871)
This commit is contained in:
parent
47954aa284
commit
06c3deff11
@ -339,7 +339,7 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
|
||||
<div className='flex items-center gap-1 text-[10px] font-medium leading-[18px] text-text-tertiary'>
|
||||
<div className='truncate' title={app.author_name}>{app.author_name}</div>
|
||||
<div>·</div>
|
||||
<div className='truncate'>{EditTimeText}</div>
|
||||
<div className='truncate' title={EditTimeText}>{EditTimeText}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex h-5 w-5 shrink-0 items-center justify-center'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user