Skip to content

Commit c94cf96

Browse files
committed
fix(assets): property 수정
1 parent 5600e20 commit c94cf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Header = () => {
3333
<Layout>
3434
<Container>
3535
<Link href="/">
36-
<Logo width={42} isPointable />
36+
<Logo width={42} />
3737
</Link>
3838
<Navigation />
3939
<Setting onClick={() => openModal({ component: <SettingModal /> })} />

0 commit comments

Comments
 (0)