mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-06 23:33:30 +02:00
Adjust(refactor): Refactor systems to current-activity
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { type ReactElement } from "react";
|
||||
import MdProcessor from "./MdProcessor";
|
||||
import systemsMd from "../content/systems.md?raw";
|
||||
import currentActivityMd from "../content/current-activity.md?raw";
|
||||
|
||||
export default function Systems(): ReactElement {
|
||||
export default function CurrentActivity(): ReactElement {
|
||||
return (
|
||||
<>
|
||||
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
|
||||
Systems
|
||||
Current activity
|
||||
</h1>
|
||||
<MdProcessor content={systemsMd} />
|
||||
<MdProcessor content={currentActivityMd} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user