Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mountler committed Dec 15, 2023
2 parents 81a1a66 + 9126fe5 commit a168e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function LoginStatus({ className }: Readonly<AdLerUIComponent>) {
{userLoggedIn && (
<StyledButton
shape="freefloatleft"
className="h-6 !bg-red-300 w-fit absolute top-10 left-44 portrait:-left-2 portrait:-top-4"
className="h-6 !bg-red-300 w-fit absolute bottom-[45px] right-1 portrait:-left-2 portrait:-top-4"
onClick={() => controller.logout()}
data-testid="logout"
>
Expand Down

0 comments on commit a168e32

Please sign in to comment.