Skip to content

Commit

Permalink
Remove SW component and related code
Browse files Browse the repository at this point in the history
  • Loading branch information
m7medVision committed Feb 5, 2024
1 parent 026935f commit f47ff35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions components/Courses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Course, CourseGroup } from "@/utils/types.ts";
import Collapse from "./Collapse.tsx";
import CourseCard from "./CourseCard.tsx";
import ProgressSection from "@/islands/ProgressSection.tsx";
import SW from "@/islands/SW.tsx";

export default function Courses(
{ courses, total }: {
Expand All @@ -19,7 +18,6 @@ export default function Courses(
total={total}
/>
</div>
{/* <SW /> Self-DOS :) */}
<section class="flex flex-col gap-2 mb-4 mt-6">
{courses.map((course, index) => {
// Group of courses
Expand Down
28 changes: 0 additions & 28 deletions islands/SW.tsx

This file was deleted.

0 comments on commit f47ff35

Please sign in to comment.