Skip to content

Commit

Permalink
fix: uses authentication on all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Jul 14, 2021
1 parent 6d58abd commit 8ac4f5c
Show file tree
Hide file tree
Showing 12 changed files with 1,998 additions and 2,617 deletions.
2 changes: 1 addition & 1 deletion frontend/components/AccessDeniedIndicator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const AccessDeniedIndicator: FC<IProps> = ({
message = "You need to Sign In to view this content!",
}) => {
const iconNode = () => {
return <WarningTwoIcon color="purple" size="50px" />;
return <WarningTwoIcon color="purple" boxSize="50px" />;
};

const signInButtonNode = () => {
Expand Down
Loading

1 comment on commit 8ac4f5c

@vercel
Copy link

@vercel vercel bot commented on 8ac4f5c Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.