Skip to content

Commit

Permalink
mip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin-hq committed Oct 4, 2023
1 parent d5ba5e4 commit 5a45a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Layout/Overlay/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Overlay = ({
ref={reference}
{...properties}
className={cn(
"fixed inset-0 z-40 mt-14 flex h-screen w-screen flex-col items-center justify-start overflow-auto bg-white xs:mt-18 sm:mt-0 sm:justify-center ",
"fixed inset-0 z-40 mt-14 flex h-screen w-screen flex-col items-center justify-start overflow-auto bg-white xs:mt-18 sm:mt-0 sm:justify-center",
className,
{
"bg-opacity-80 backdrop-blur-md": !showCloseButton,
Expand Down
1 change: 1 addition & 0 deletions resources/js/Hooks/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const useAuth = ({ mustBeSigned = false }: Properties = {}): App.Data.Aut

return metamaskErrorMessage !== undefined;
};

const showCloseButton = allowsGuests || requiresSignature;

return {
Expand Down

0 comments on commit 5a45a4e

Please sign in to comment.