mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-05 23:23:31 +02:00
feat(about): add Notable Questions, fix grammar, blockquote formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useState, type ReactElement } from "react";
|
||||
import ProjectsReadme from "../components/ProjectsReadme";
|
||||
import MdProcessor from "../components/MdProcessor";
|
||||
import Systems from "../components/Systems";
|
||||
import About from "../components/About";
|
||||
|
||||
@@ -68,7 +68,7 @@ export default function Home(): ReactElement {
|
||||
Next ▶︎
|
||||
</button>
|
||||
</div>
|
||||
<ProjectsReadme repoUrl={projectList[projIdx].url} />
|
||||
<MdProcessor repoUrl={projectList[projIdx].url} />
|
||||
</>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user