Skip to content

Commit

Permalink
Change imageRounded to be passed a boolean in Profile component
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilgeorgescu authored Oct 28, 2024
1 parent 812b102 commit 5d8c072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Profile.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const author = await getEntry("authors", "daniel-ciocirlan");
<Section {color} title="Meet Rock the JVM">
<Feature image={author.data.photo} imagePosition="left" imageRounded="true">
<h3>Daniel Ciocîrlan</h3>
<div>
<article>
<p>I'm a software engineer and the founder of Rock the JVM.</p>
<p>
I'm a software engineer and the founder of Rock the JVM. I started the
Expand All @@ -42,7 +42,7 @@ const author = await getEntry("authors", "daniel-ciocirlan");
Master theses on Quantum Computation. Before starting to learn
programming, I won medals at international Physics competitions.
</p>
</div>
</article>
</Feature>
{
collaborators &&
Expand Down

0 comments on commit 5d8c072

Please sign in to comment.