mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-10 00:33:30 +02:00
add(About+Systems): separated into components
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
export default function About() {
|
export default function About() {
|
||||||
return(
|
return (
|
||||||
<>
|
<>
|
||||||
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
|
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
|
||||||
About
|
About
|
||||||
</h1>
|
</h1>
|
||||||
<div></div>
|
<div></div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export default function Home(): ReactElement {
|
|||||||
title: "About",
|
title: "About",
|
||||||
content: (
|
content: (
|
||||||
<>
|
<>
|
||||||
<About />
|
<About />
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user