Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Feb 5, 2024
2 parents 7c5c4e4 + 8ca76b0 commit e3db961
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 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
2 changes: 0 additions & 2 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import * as $Editor from "./islands/Editor.tsx";
import * as $ProgressBar from "./islands/ProgressBar.tsx";
import * as $ProgressCheck from "./islands/ProgressCheck.tsx";
import * as $ProgressSection from "./islands/ProgressSection.tsx";
import * as $SW from "./islands/SW.tsx";
import * as $ThemeToggle from "./islands/ThemeToggle.tsx";
import * as $Toast from "./islands/Toast.tsx";
import * as $signals_store from "./islands/signals/store.ts";
Expand All @@ -37,7 +36,6 @@ const manifest = {
"./islands/ProgressBar.tsx": $ProgressBar,
"./islands/ProgressCheck.tsx": $ProgressCheck,
"./islands/ProgressSection.tsx": $ProgressSection,
"./islands/SW.tsx": $SW,
"./islands/ThemeToggle.tsx": $ThemeToggle,
"./islands/Toast.tsx": $Toast,
"./islands/signals/store.ts": $signals_store,
Expand Down
28 changes: 0 additions & 28 deletions islands/SW.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion routes/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function CoursePage(
id="loading"
class="flex-grow h-full-minus-bar w-full absolute bg-base-300 z-[9999] transition-opacity duration-500 ease-in-out opacity-100"
>
<div className="flex flex-col justify-center items-center h-[89%] bg-primary opacity-90 dark:opacity-100 dark:bg-transparent p-5 rounded-lg">
<div className="flex flex-col justify-center items-center h-[89%] bg-base-100 opacity-90 dark:opacity-100 dark:bg-transparent p-5 rounded-lg">
<div className="code-loader">
<span>{"{"}</span>
<span>{"}"}</span>
Expand Down

0 comments on commit e3db961

Please sign in to comment.