Skip to content

Commit

Permalink
Merge pull request #2263 from wondrous-dev/staging
Browse files Browse the repository at this point in the history
fix styling
  • Loading branch information
Lamperoyge authored May 14, 2024
2 parents 929dbb2 + 7ba8102 commit 7989077
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 7989077

Please sign in to comment.