File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import s from '@/sections/index/styles.module.scss'
1414
1515import type { GetStaticProps , NextPage } from 'next'
1616import type { WithSidebar } from '@/layout/pages/types'
17+ import MarkdownWrapper from '@/layout/components/MarkdownWrapper'
1718
1819interface HomePageProps extends WithSidebar { }
1920
@@ -27,9 +28,11 @@ const Home: NextPage<HomePageProps> = ({ sidebar }) => {
2728 < SidebarContainer > < Sidebar items = { sidebar } activePath = "" /> </ SidebarContainer >
2829 < ContentWrapper >
2930 < ContentContainer >
30- < h1 > ACM AI Wiki</ h1 >
31- < p > Welcome to the ACM AI Wiki!</ p >
32- < p > The ACM AI wiki serves as a central repository for various resources produced by ACM AI.</ p >
31+ < MarkdownWrapper >
32+ < h1 > ACM AI Wiki</ h1 >
33+ < p > Welcome to the ACM AI Wiki!</ p >
34+ < p > The ACM AI wiki serves as a central repository for various resources produced by ACM AI.</ p >
35+ </ MarkdownWrapper >
3336 </ ContentContainer >
3437 </ ContentWrapper >
3538 </ MainWrapper >
You can’t perform that action at this time.
0 commit comments