Skip to content

Commit 4aaec0d

Browse files
committed
revert forced hideArrow in ButtonLink
1 parent daa9cd9 commit 4aaec0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ButtonLink.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const ButtonLink: React.FC<IProps> = ({ children, isSecondary, ...props }) => {
2121
<Button
2222
as={Link}
2323
activeStyle={{}}
24-
hideArrow
2524
// `styles` object sent to `sx` prop per convention
2625
sx={{
2726
...styles,

0 commit comments

Comments
 (0)