Skip to content

Commit

Permalink
Merge pull request #203 from mackenziesalinas/Change-Button-To-Move-T…
Browse files Browse the repository at this point in the history
…o-Next-Tier

Fixed Issue #57: Updated Move to Next Tier Button
  • Loading branch information
COChara authored Sep 29, 2023
2 parents 48cafa6 + df6bf83 commit d3ba2b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/test/components/ModuleCompleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,20 @@ function ModuleCompleteModal(): ReactElement {
×
</button>
<p className=" font-bold ">Congratulations!</p>
<p className=" ml-10 mr-10">You have completed the current module!</p>
<p className=" ml-10 mr-10">You have completed the current tier!</p>
<p className=" ml-10 mr-10 mb-10">
If you want to stay and keep practicing this module, press
If you want to stay and keep practicing this tier, press
&lsquo;X&lsquo;.
</p>
<button
className="drop-shadow-2xl right-arrow text-white rounded inline-block p-2 mr-auto ml-auto focus bg-[#333] hover:bg-[#3b3b3b] active:bg-[#222]"
className="drop-shadow-2xl right-arrow text-white rounded inline-block p-2 mr-auto ml-auto focus bg-[#333] hover:bg-[#01a049] active:bg-[#222]"
onClick={() => [
selectTheTrainingMode(),
setModuleCompleteModalToggle(!moduleCompleteModalToggle),
]}
>
{' '}
Move To Next Module
Move To Next Tier
</button>
</div>
) : null}
Expand Down

0 comments on commit d3ba2b0

Please sign in to comment.