Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamperoyge committed May 14, 2024
1 parent d882834 commit 7ba8102
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const EndedCampaignPrompt = ({ orgId }) => {
};

return (
<Box height="100%">
<Box height="100%" flex="1">
<SharedSecondaryButton onClick={handleClick}>{isMember ? "Visit Discord" : "Join Discord"}</SharedSecondaryButton>
</Box>
);
Expand Down

0 comments on commit 7ba8102

Please sign in to comment.