Skip to content

Commit

Permalink
added improved click behaviour to LearningWorldMenuButtonView
Browse files Browse the repository at this point in the history
  • Loading branch information
splican committed Jan 9, 2024
1 parent a45e16e commit 6cdfbe2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function LearningWorldMenuButton({

return (
<StyledButton
shape="freefloatcenter"
shape="freefloatcenternopadding"
containerClassName="w-full h-full"
onClick={() => history.push("/worldmenu")}
disabled={!userLoggedIn}
className={
Expand Down

0 comments on commit 6cdfbe2

Please sign in to comment.