feat(leaderboard): add leaderboard functionaltiy

This commit is contained in:
shafin-r
2026-02-07 18:58:50 +06:00
parent 02419678b7
commit c9db96f97f
5 changed files with 221 additions and 60 deletions

View File

@ -22,7 +22,7 @@ import { useNavigate } from "react-router-dom";
export const Practice = () => {
const navigate = useNavigate();
return (
<main className="min-h-screen max-w-7xl mx-auto px-8 sm:px-6 lg:px-8 py-8 space-y-4">
<main className="h-fit max-w-7xl mx-auto px-8 sm:px-6 lg:px-8 py-8 space-y-4">
<header className="flex justify-between items-center">
<div className="w-fit bg-linear-to-br from-purple-500 to-purple-600 p-3 rounded-2xl">
<BookOpen size={20} color="white" />