Skip to content

Commit

Permalink
fixed text on button (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Dec 16, 2024
1 parent 4fcbe51 commit 89b13e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/course/layout-05/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const CourseArea = ({ data: { section_title, courses }, space, bg, titleSize }:
variants={scrollUpVariants}
>
<Button path="/subjects/all" className="tw-mt-[50px]">
View All Modules <i className="far fa-long-arrow-right tw-ml-3" />
View All Subjects <i className="far fa-long-arrow-right tw-ml-3" />
</Button>
</motion.div>
</div>
Expand Down

0 comments on commit 89b13e9

Please sign in to comment.