Skip to content

Commit

Permalink
updated the default image
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Feb 21, 2024
1 parent 13543a7 commit 13cb952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Applications/Applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useSelector } from 'react-redux';
import { useSearchParams } from 'react-router-dom';

import { ELLIPSIS } from 'appConstants';
import { ReactComponent as DefaultImage } from 'assets/img/default.svg';
import { ReactComponent as DefaultImage } from 'assets/img/default-icon.svg';
import {
Loader,
Pager,
Expand Down Expand Up @@ -152,7 +152,7 @@ export const Applications = () => {
/>
) : (
<div className='side-icon side-icon-md-large d-flex align-items-center justify-content-center'>
<DefaultImage className='p-2' />
<DefaultImage />
</div>
)}
<AccountName
Expand Down

0 comments on commit 13cb952

Please sign in to comment.