Skip to content

Commit

Permalink
fix href link on the avatar (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicmacaulay authored Nov 12, 2024
1 parent ea7a897 commit 776ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Components/Avatar/Avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const createAvatar = ({
}) => {
const element = document.createElement(useLink ? 'a' : 'div')

element.href = '/?path=/docs/components-avatar--docs'
element.href = '/?path=/docs/content-components-avatar--docs'
element.className = `avatar avatar--${size}`

const image = document.createElement('img')
Expand Down

0 comments on commit 776ad58

Please sign in to comment.