fix: update section number prefix to 04
This commit is contained in:
parent
1663d1628a
commit
4230565582
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export default function Contact() {
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<div className="mb-6 space-y-1 text-right flex flex-col items-end">
|
<div className="mb-6 space-y-1 text-right flex flex-col items-end">
|
||||||
<p className="text-xs font-mono text-blue-500 tracking-wider uppercase">
|
<p className="text-xs font-mono text-blue-500 tracking-wider uppercase">
|
||||||
// 03. Get in Touch
|
// 04. Get in Touch
|
||||||
</p>
|
</p>
|
||||||
<h2 className="text-3xl font-bold text-white tracking-tight">
|
<h2 className="text-3xl font-bold text-white tracking-tight">
|
||||||
Contact me<span className="text-blue-500">.</span>
|
Contact me<span className="text-blue-500">.</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue