Skip to content

Commit

Permalink
EDIT :: Link assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjinhyeon1 committed May 27, 2024
1 parent d62f644 commit 981b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface PropsType {
className?: string
}

export const Link = ({ size = 24, onClick, className = '' }: PropsType) => {
export const Linking = ({ size = 24, onClick, className = '' }: PropsType) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 981b05d

Please sign in to comment.