This commit is contained in:
Suvodip
2024-07-26 20:41:32 +05:30
parent 990ec3b04e
commit 69ad64df28
24 changed files with 2355 additions and 549 deletions

View File

@@ -0,0 +1,11 @@
export default function(){
return(
<div className="">
<h2 className="text-[20px] font-[700] my-6">Your Certificates</h2>
<div className="border-[1px] border-[#E9E9E9] rounded-[12px] bg-[#FCFCFC] p-4">
<div className="h-[260px] bg-[#FFF1E3] rounded-[10px]"></div>
</div>
</div>
)
}