Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: replace icon component of ui/logo to icon directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirved64 committed Sep 25, 2023
1 parent b88ec25 commit 4f271f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions ui/logo/src/icon/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './icon.component'
2 changes: 1 addition & 1 deletion ui/logo/src/logo.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FC } from 'react'

import { NextLink } from '@ui/link'

import { Icon } from './icon.component'
import { Icon } from './icon'
import { LogoProps } from './logo.interfaces'

export const Logo: FC<LogoProps> = ({ fill, width, height }) => (
Expand Down

0 comments on commit 4f271f6

Please sign in to comment.