File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5252export 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 = () => [
You can’t perform that action at this time.
0 commit comments