generated from dwd/boilarplate-remix-tailwind-antd
s2
This commit is contained in:
@@ -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="" />
|
||||
|
||||
Reference in New Issue
Block a user