Skip to content

Commit 2e27db3

Browse files
author
Kubit
committed
Change icon Component reference on BackToTop
1 parent e094a56 commit 2e27db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/backToTop/backToTopStandAlone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import { pickAriaProps } from '@/utils/aria/aria';
44

55
//components
6-
import { IconBasic as Icon } from '../icon/icon';
6+
import { IconHost as Icon } from '../icon/iconHost';
77
import { BackToTopStyled } from './backToTop.styled';
88
import { IBackToTopStandAlone } from './types/backToTop';
99

0 commit comments

Comments
 (0)