Skip to content

Commit aaeee6e

Browse files
Update Hero.tsx
1 parent 360b507 commit aaeee6e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/components/Hero.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ const Hero = () => {
4747
<div className="w-full max-w-sm p-2 border border-green-400/30 rounded-lg bg-black/50 backdrop-blur-sm z-10
4848
lg:absolute lg:top-24 lg:left-20 lg:max-w-md order-1 lg:order-none">
4949
<pre className="text-sm text-green-400 font-mono whitespace-pre-wrap">
50-
{`import { useState } from "react";
50+
{`import { useState } from "react";
5151
52-
export function hireDeveloper() {
53-
const name = "Jay";
54-
const role = "${displayText}${showCursor ? "|" : " "}";
55-
const location = 'Orlando, FL';
52+
export function hireDeveloper() {
53+
const name = "Jay";
54+
const role = "${displayText}${showCursor ? "|" : " "}";
55+
const location = 'Orlando, FL';
5656
57-
const getSkills = () => [
58-
"Next.js","React", "TypeScript",
59-
"jQuery", "WordPress", "GraphQL",
60-
"MySQL", "PostgreSQL", "C#",
61-
"Rust", "Python"
62-
];
57+
const getSkills = () => [
58+
"Next.js","React", "TypeScript",
59+
"jQuery", "WordPress", "GraphQL",
60+
"MySQL", "PostgreSQL", "C#",
61+
"Rust", "Python"
62+
];
6363
64-
return { name, role, location, getSkills };
65-
}`}
64+
return { name, role, location, getSkills };
65+
}`}
6666
</pre>
6767
</div>
6868

0 commit comments

Comments
 (0)