Skip to content

Commit

Permalink
Try reordering to make similar to ghg arrow-link
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Nov 22, 2023
1 parent 8c11748 commit 807ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/home/expand-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export function ExpandLink(props) {

return (
<ExpandLinkCmp {...rest}>
{children}
<CollecticonExpandTopRight />
{children}
</ExpandLinkCmp>
);
}

0 comments on commit 807ea04

Please sign in to comment.