Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Make the account dropdown chevron show up instead of down
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jul 28, 2024
1 parent ddba2e2 commit ac57e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Account.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FormEvent, useState } from "react";
import { ChevronDown } from "lucide-react";
import { ChevronUp } from "lucide-react";
import { Button } from "./Button";
import { isCaptcha, Captcha } from "./Captcha";
import { Checkbox } from "./Checkbox";
Expand Down Expand Up @@ -166,7 +166,7 @@ const AccountMenu = (props: AccountMenuProps) => {
username={props.username}
dontShowOnline
/>
<ChevronDown />
<ChevronUp />
</button>
}
>
Expand Down

0 comments on commit ac57e06

Please sign in to comment.