Update Hero.tsx
This commit is contained in:
parent
a7fb6e02a0
commit
9c7ec34bd3
|
@ -13,7 +13,7 @@ export default function Hero() {
|
|||
flexDirection: "column",
|
||||
alignItems: "center"
|
||||
}}>
|
||||
<img alt="github profile" src={"https://avatars.githubusercontent.com/u/85139485?v=4"}
|
||||
<img alt="github profile" src={"https://github.com/account"}
|
||||
style={{height: "30vh", width: "auto"}} className={"pfp"}/>
|
||||
<h1 className={"m-0 font-weight-bold"}>Nicholas Orlowsky</h1>
|
||||
<h4 className={"m-0"}>Software Engineer</h4>
|
||||
|
|
Loading…
Reference in a new issue