Skip to content

Commit

Permalink
Merge pull request #26 from krishanthisera/chore/cleanup_and_updates
Browse files Browse the repository at this point in the history
Profile Picture update
  • Loading branch information
krishanthisera authored Sep 17, 2023
2 parents c94e599 + 9c3e35c commit 3dfc5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { sideBarActiveItemID } = Astro.props;
<a href="/">
<div class="avatar transition ease-in-out hover:scale-[102%] block m-auto">
<div class="w-[8.5rem]">
<Image class="mask mask-circle" aspectRatio="1:1" format="webp" width={300} height={300} src="https://bizkt.imgix.net/prof.jpg" alt="Profile image" />
<Image class="mask mask-circle" aspectRatio="1:1" format="webp" width={300} height={300} src="https://bizkt.imgix.net/public/prof-3.jpg" alt="Profile image" />
</div>
</div>
</a>
Expand Down

0 comments on commit 3dfc5eb

Please sign in to comment.