generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
@@ -6,7 +6,8 @@ import ExaminationIcon from '~/components/customIcon/ExaminationIcon';
|
||||
import CommunityIcon from '~/components/customIcon/CommunityIcon';
|
||||
import NotificationIcon from '~/components/customIcon/NotificationIcon';
|
||||
import ContunueLearning from '~/components/ContinueLearning';
|
||||
import KnowledgeQuests from '~/components/KnowledgeQuests'
|
||||
import KnowledgeQuests from '~/components/KnowledgeQuests';
|
||||
import TopPerformers from '~/components/TopPerformers';
|
||||
import {Layout, Menu, theme, Button, Modal, MenuProps} from 'antd';
|
||||
import { Dropdown, Space } from 'antd';
|
||||
import '../../public/assets/left_side_nav.css';
|
||||
@@ -221,12 +222,21 @@ const App: React.FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
{/* Place content from here */}
|
||||
|
||||
|
||||
<div>
|
||||
<ContunueLearning />
|
||||
</div>
|
||||
<div>
|
||||
<KnowledgeQuests />
|
||||
</div>
|
||||
<section className='container mx-auto my-16'>
|
||||
<div className='grid grid-cols-1 xl:grid-cols-7 gap-y-6 border-[1px] border-[#CFCFCF]'>
|
||||
<div className='xl:col-span-5 border-r-[1px] border-[#CFCFCF]'>
|
||||
<KnowledgeQuests />
|
||||
</div>
|
||||
<div className='xl:col-span-2'>
|
||||
<TopPerformers />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</Content>
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user