mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: small icon fix
This commit is contained in:
parent
84853cf9c9
commit
cf1e579c1d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const IconPadding = styled.div`
|
|||
`;
|
||||
|
||||
const getSymbol = (status: boolean) => {
|
||||
return status ? <UpArrow /> : <DownArrow />;
|
||||
return status ? <DownArrow /> : <UpArrow />;
|
||||
};
|
||||
|
||||
const getPrivate = (status: boolean) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue