feat(leaderboard): add leaderboard functionaltiy
This commit is contained in:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user