Skip to content

Commit

Permalink
[#343] update about
Browse files Browse the repository at this point in the history
  • Loading branch information
yceffort committed Jun 19, 2021
1 parent 16d36ad commit 9046f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/about.tsx
Expand Up @@ -23,11 +23,11 @@ export default function About() {
<div className="items-start space-y-2 xl:grid xl:grid-cols-3 xl:gap-x-8 xl:space-y-0">
<div className="flex flex-col items-center pt-8 space-x-2">
<Image
placeholder="blur"
src={profile}
placeholder="blur"
alt="avatar"
width="192px"
height="192px"
width={192}
height={192}
className="w-48 h-48 rounded-full"
/>
<h3 className="pt-4 pb-2 text-2xl font-bold leading-8 tracking-tight">
Expand Down

0 comments on commit 9046f35

Please sign in to comment.