We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0c60b commit d2c847dCopy full SHA for d2c847d
1 file changed
src/app/about/actual/page.tsx
@@ -6,9 +6,10 @@ import Link from "next/link";
6
export default function ActualAbout() {
7
return (
8
<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>
+ <h1 className="text-5xl text-primary overflow-hidden">About me</h1>
+ <h2 className="justify-center text-3xl w-fit text-secondary overflow-hidden">
+ (for real this time)
12
+ </h2>
13
<ul>
14
<li>i am probably a human person</li>
15
<li>I like coding</li>
0 commit comments