Skip to content

Commit 3185c82

Browse files
committed
fix: rename IexecAccountIcon component and update import in account layout
1 parent 4100d36 commit 3185c82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/routes/$chainSlug/_layout/account.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { formatRLC } from 'iexec/utils';
66
import { ArrowRight, Check } from 'lucide-react';
77
import { useEffect, useState } from 'react';
88
import { Stepper } from '@/components/Stepper';
9+
import IexecAccountIcon from '@/components/icons/IexecAccountIcon';
910
import WalletIcon from '@/components/icons/WalletIcon';
10-
import IexecAccountIcon from '@/components/icons/IexecAccountIcon_temp';
1111
import { ChainSelector } from '@/components/navbar/ChainSelector';
1212
import { getIExec } from '@/externals/iexecSdkClient';
1313
import { ErrorAlert } from '@/modules/ErrorAlert';

0 commit comments

Comments
 (0)