File tree Expand file tree Collapse file tree
[chapterId]/[exerciseslug] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React from "react" ;
22import { Button } from "@/components/ui/button" ;
3- import Header from "@/app/_components/Header " ;
3+ import Header from "@/app/_components/header " ;
44
55function Contacts ( ) {
66 return (
Original file line number Diff line number Diff line change 11import React from 'react'
22import CourseList from '../courses/_components/CourseList'
3- import Header from '@/app/_components/Header '
3+ import Header from '@/app/_components/header '
44
55function Project ( ) {
66 return (
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import 'react-splitter-layout/lib/index.css';
99import Link from 'next/link' ; // ✅ FIXED
1010import { completedExcercises , exercise } from '../../../_components/CourseList' ;
1111import ContentSection from './_components/ContentSection' ;
12- import Header from '@/app/_components/Header ' ;
12+ import Header from '@/app/_components/header ' ;
1313import CodeEditor from './_components/CodeEditor' ;
1414import { Button } from '@/components/ui/button' ;
1515
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Course } from '../_components/CourseList'
77import CourseChapters from './_components/CourseChapters'
88import CourseStatus from './_components/CourseStatus'
99import UpgradeToPro from '../../dashboard/_components/UpgradeToPro'
10- import Header from '@/app/_components/Header '
10+ import Header from '@/app/_components/header '
1111
1212function CourseDetails ( ) {
1313
Original file line number Diff line number Diff line change 11import React from 'react'
22import Image from "next/image" ;
33import CourseList from './_components/CourseList' ;
4- import Header from '@/app/_components/Header ' ;
4+ import Header from '@/app/_components/header ' ;
55
66function Courses ( ) {
77 return (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ExploreMore from './_components/ExploreMore'
55import InviteFrame from './_components/InviteFriend'
66import UserStates from './_components/UserStates'
77import UpgradeToPro from './_components/UpgradeToPro'
8- import Header from '@/app/_components/Header '
8+ import Header from '@/app/_components/header '
99
1010function Dashboard ( ) {
1111 return (
Original file line number Diff line number Diff line change 11import { PricingTable } from "@clerk/nextjs" ;
22import React from "react" ;
3- import Header from "@/app/_components/Header " ;
3+ import Header from "@/app/_components/header " ;
44
55function Pricing ( ) {
66 return (
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function Header() {
4545 { /* Logo */ }
4646 < div className = "flex gap-2 items-center" >
4747 < Image src = "/logo.png" alt = "logo" width = { 40 } height = { 40 } />
48- < h2 className = "font-bold font-game text-3xl" > CodeBox </ h2 >
48+ < h2 className = "font-bold font-game text-3xl" > StudentCodeBox </ h2 >
4949 </ div >
5050
5151 { /* Navbar */ }
Original file line number Diff line number Diff line change 11import Image from "next/image" ;
2- import Header from "./_components/Header " ;
2+ import Header from "./_components/header " ;
33import Hero from "./_components/Hero" ;
44
55export default function Home ( ) {
You can’t perform that action at this time.
0 commit comments