Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update courses #665

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/modals/enroll-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const EnrollModal = ({ show, onClose }: TProps) => {

<p>
Thanks for being with us{" "}
<Anchor className="tw-text-primary" path="/courses/syllabus">
<Anchor className="tw-text-primary" path="/subjects/syllabus">
Browse More Course
</Anchor>
</p>
Expand Down
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 @@ -52,7 +52,7 @@ const CourseArea = ({ data: { section_title, courses }, space, bg, titleSize }:
viewport={{ once: true, amount: 0.4 }}
variants={scrollUpVariants}
>
<Button path="/courses/all" className="tw-mt-[50px]">
<Button path="/subjects/all" className="tw-mt-[50px]">
View All Modules <i className="far fa-long-arrow-right tw-ml-3" />
</Button>
</motion.div>
Expand Down
5 changes: 1 addition & 4 deletions src/containers/hero/layout-02/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ const HeroArea = ({
}}
>
<span data-depth="3">
<img
src="/images/shape-animation/about-shape-1.png"
alt=""
/>
<img src="/images/shape-animation/about-shape-1.png" alt="" />
</span>
</motion.div>

Expand Down
86 changes: 0 additions & 86 deletions src/data/courses/command-line.json

This file was deleted.

103 changes: 0 additions & 103 deletions src/data/courses/github.json

This file was deleted.

98 changes: 0 additions & 98 deletions src/data/courses/html-and-css.json

This file was deleted.

Loading
Loading