Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
debsouryadatta committed Dec 10, 2024
1 parent e045bef commit a518592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nextjs-app/src/app/(inner_routes)/explore/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ async function getCourses(){

export default async function page() {
const posts = await getAllPosts() || [];
console.log("Posts: ", posts);
// console.log("Posts: ", posts);
const courses = await getCourses();
console.log("Courses: ", courses);
// console.log("Courses: ", courses);

return (
<div>
Expand Down
6 changes: 0 additions & 6 deletions nextjs-app/src/app/(inner_routes)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import { Toaster } from "@/components/ui/sonner";
import Footer from "@/components/common/Footer";
import { SideBar } from "@/components/common/SideBar";

// const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "CourseX",
description: "CourseX - Unveil The Power of AI in Education.",
};

export default function DashboardLayout({
children,
Expand Down

0 comments on commit a518592

Please sign in to comment.