This commit is contained in:
2024-08-05 14:35:05 +00:00
parent 990ec3b04e
commit 81c9d2a75c
15 changed files with 1683 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ const items2: MenuProps['items'] = [
children: [
{
key: '1',
label: (<a href='#'>Class Schedules</a>),
label: (<a href='#'>Class Schedule</a>),
},
{
key: '2',
@@ -256,6 +256,7 @@ const App: React.FC = () => {
<img src="/assets/man.png" alt="" />
<div>
<p className='text-[12px] text-[#EF7A0C] font-[500]'>My Profile</p>
<p className='text-[16px] text-[#27549F] font-[700]'>Rayan Holiday</p>
</div>
<DownOutlined style={{ fontSize: '12px' }} />
@@ -322,6 +323,8 @@ const App: React.FC = () => {
</div>
<div className='md:col-span-1 border-[1px] border-[#E9E9E9] w-full bg-[#FCFCFC] rounded-[10px]'>
<h2 className='text-[20px] font-[700] p-4 border-b-[1px] border-[#E9E9E9]'>Upcoming Tests</h2>
<div className='flex flex-col'>
<div className='p-4 border-b-[1px] border-[#CFCFCF]'>
<img className='h-[44px] w-[79px]' src="../../assets/rectangle.jpg" alt="" />