Skip to content

Commit d2c847d

Browse files
author
SupKittyMeow
committed
change thing
1 parent ea0c60b commit d2c847d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/about/actual/page.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import Link from "next/link";
66
export default function ActualAbout() {
77
return (
88
<div className="flex flex-col items-center gap-5">
9-
<h1 className="text-5xl text-primary overflow-hidden">
10-
About me (for real this time)
11-
</h1>
9+
<h1 className="text-5xl text-primary overflow-hidden">About me</h1>
10+
<h2 className="justify-center text-3xl w-fit text-secondary overflow-hidden">
11+
(for real this time)
12+
</h2>
1213
<ul>
1314
<li>i am probably a human person</li>
1415
<li>I like coding</li>

0 commit comments

Comments
 (0)