Compare commits

...
3 Commits
Author SHA1 Message Date
AramJonghu 039568f1ec a commit after jj new to test if I do correctly 2026-07-02 19:51:21 +02:00
AramJonghu 1840fbe4be another addition test 2026-07-02 19:49:00 +02:00
AramJonghu 207672c7dd testing addition 2026-07-02 19:48:13 +02:00
+4 -1
View File
@@ -5,7 +5,10 @@ export default function About() {
About About
</h1> </h1>
<div className="flex justify-center mb-6"> <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>
</div> </div>
</> </>
); );