diff --git a/src/pages/StudentDashboard.tsx b/src/pages/StudentDashboard.tsx index 21b0caca..92f8aec1 100644 --- a/src/pages/StudentDashboard.tsx +++ b/src/pages/StudentDashboard.tsx @@ -20,6 +20,8 @@ import { FaCode } from "react-icons/fa"; import { HiOutlineDocumentReport } from "react-icons/hi"; import { formatPullRequest } from "../util/format"; import ReportForm from "../components/ReportForm"; +import "../styles/StudentDashboard.css"; + function StudentDashboard() { const navigate = useNavigate(); @@ -81,7 +83,7 @@ function StudentDashboard() { return (
{error}
) : (- {dashboard?.pull_count} -
+ {dashboard?.pull_count} +
- {languages_used.length > 0 ? languages_used.join(", ") : "None"} -
+ {languages_used.length > 0 ? languages_used.join(", ") : "None"} +