testing addition

This commit is contained in:
2026-07-05 15:11:28 +02:00
committed by Forgejo Server
co-authored by Forgejo Server
parent bd23d31ed3
commit 2074a2806a
+7 -1
View File
@@ -5,7 +5,13 @@ export default function About() {
About
</h1>
<div className="flex justify-center mb-6">
<p className="text-ctp-text"></p>
<p className="text-ctp-text">
Here is some interesting text to start a new commit to new
branch.
</p>
<p className="text-ctp-text">
jjing.
</p>
</div>
</>
);