Skip to content

Commit 4100d36

Browse files
committed
fix: temp rename of IexecAccountIcon
1 parent d8b32bf commit 4100d36

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
@@ -7,7 +7,7 @@ import { ArrowRight, Check } from 'lucide-react';
77
import { useEffect, useState } from 'react';
88
import { Stepper } from '@/components/Stepper';
99
import WalletIcon from '@/components/icons/WalletIcon';
10-
import IexecAccountIcon from '@/components/icons/iexecAccountIcon';
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)