Skip to content

Commit

Permalink
fix AppIcon url
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschingeck committed Apr 25, 2024
1 parent 2720e9f commit 4dc80e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-react/src/components/AppIcon/AppIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function AppIcon({

return (
<UnstyledLink
href="#"
url="#"
role={source ? 'link' : 'region'}
className={!disabled ? styles.IconLink : undefined}
onClick={handleClick}
Expand Down

0 comments on commit 4dc80e8

Please sign in to comment.