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 5104e40 commit a45cb97
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} sx={{ width: 96, height: 96 }} />
<Avatar src={authorImage.default.src} alt={authorName} text={authorName} size="xl" />
<P dangerouslySetInnerHTML={{ __html: description }}></P>
</DescriptionWrapper>
</header>
Expand Down

1 comment on commit a45cb97

@vercel
Copy link

@vercel vercel bot commented on a45cb97 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

comet-land – ./

comet-land-git-main-brian-wee.vercel.app
comet-land-brian-wee.vercel.app
www.brian-wee.com
brian-wee.com

Please sign in to comment.