Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-wee committed Jan 27, 2024
1 parent 1117320 commit 5104e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/resume/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Header({ heading, description }: Header) {
</HeadingWrapper>

<DescriptionWrapper>
<Avatar src={authorImage.default.src} alt={authorName} text={authorName} className="w-96 h-96 text-large" />
<Avatar src={authorImage.default.src} alt={authorName} text={authorName} sx={{ width: 96, height: 96 }} />
<P dangerouslySetInnerHTML={{ __html: description }}></P>
</DescriptionWrapper>
</header>
Expand Down

0 comments on commit 5104e40

Please sign in to comment.