Skip to content

Commit 2106210

Browse files
committed
reverse icon on jump to menu
1 parent 3572b13 commit 2106210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Nav/JumpToLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const JumpToLinks = ({
2727
>
2828
<span>{heading}</span>
2929
<div class="pt-[6px]">
30-
<Icon kind={isOpen ? "chevron-up" : "chevron-down"} />
30+
<Icon kind={isOpen ? "chevron-down" : "chevron-up"} />
3131
</div>
3232
</button>
3333
{isOpen && (

0 commit comments

Comments
 (0)