Skip to content

Commit 62ef6a3

Browse files
Update Hero.tsx
1 parent aaeee6e commit 62ef6a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ const Hero = () => {
5151
5252
export function hireDeveloper() {
5353
const name = "Jay";
54-
const role = "${displayText}${showCursor ? "|" : " "}";
55-
const location = 'Orlando, FL';
54+
const role = "${displayText}${showCursor ? "|" : ""}";
55+
const location = "Orlando, FL";
5656
5757
const getSkills = () => [
5858
"Next.js","React", "TypeScript",

0 commit comments

Comments
 (0)