This commit is contained in:
Daniil
2026-04-04 14:51:40 +03:00
parent 10a1d28f77
commit 0523ef3d72
191 changed files with 12065 additions and 2658 deletions
+5 -2
View File
@@ -65,7 +65,10 @@ export const ProjectCard: FunctionComponent<IProjectCardProps> = ({
{imageUrl ? (
<img src={imageUrl} alt={name} loading="lazy" />
) : (
<div className={styles.placeholder}>
<div
className={styles.placeholder}
data-color-index={name.charCodeAt(0) % 4}
>
<ImageIcon />
</div>
)}
@@ -109,7 +112,7 @@ export const ProjectCard: FunctionComponent<IProjectCardProps> = ({
>
<Dropdown>
<DropdownTrigger asChild>
<button type="button" aria-label="Project actions">
<button type="button" aria-label="Действия проекта">
<MoreHorizontal size={16} />
</button>
</DropdownTrigger>