Skip to content

Commit

Permalink
NEW GUI: Home page panels - create project btn change icon (#3780 #3781
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrGorodetskii committed Nov 29, 2024
1 parent 83b0e22 commit 146c230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ProjectCard } from './project-card';
import { ItemsPanel } from '../../../widgets/items-panel/items-panel';
import cn from 'classnames';
import { memo } from 'react';
import ActionAddFillIcon from '@epam/assets/icons/action-add-outline.svg?react';
import ActionAddFillIcon from '@epam/assets/icons/action-add-fill.svg?react';
import ActionJobFunctionOutlineIcon from '@epam/assets/icons/action-job_function-outline.svg?react';

type Props = {
Expand Down

0 comments on commit 146c230

Please sign in to comment.