Skip to content

Commit

Permalink
added enroll button into tab items
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Sep 13, 2023
1 parent ee3ed27 commit 13f88e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example/Course_about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ const About = () => {
/>
))}
{enrollMessage ? (
<Button id="enroll-button" disabled="true">
<Button id="enroll-button" class="tabitem" disabled="true">
{enrollMessage}
</Button>
) : (
Expand Down

0 comments on commit 13f88e4

Please sign in to comment.