Skip to content

Commit 765f570

Browse files
Update Hero.tsx
1 parent 62ef6a3 commit 765f570

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
@@ -45,13 +45,13 @@ const Hero = () => {
4545
<section id="home" className="min-h-screen flex flex-col items-center justify-center relative px-4 overflow-hidden py-16 lg:py-0">
4646
<MatrixBackground />
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
48-
lg:absolute lg:top-24 lg:left-20 lg:max-w-md order-1 lg:order-none">
48+
lg:absolute lg:top-24 lg:left-16 lg:max-w-md order-1 lg:order-none">
4949
<pre className="text-sm text-green-400 font-mono whitespace-pre-wrap">
5050
{`import { useState } from "react";
5151
5252
export function hireDeveloper() {
5353
const name = "Jay";
54-
const role = "${displayText}${showCursor ? "|" : ""}";
54+
const role = "${displayText}${showCursor ? "|" : " "}";
5555
const location = "Orlando, FL";
5656
5757
const getSkills = () => [

0 commit comments

Comments
 (0)