Skip to content

Commit

Permalink
Make imageRounded a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilgeorgescu authored Oct 28, 2024
1 parent 8418ae7 commit 65b9c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const author = await getEntry("authors", "daniel-ciocirlan");
---

<Section {color} title="Meet Rock the JVM">
<Feature image={author.data.photo} imagePosition="left" imageRounded="true">
<Feature image={author.data.photo} imagePosition="left" imageRounded={true}>
<h3>Daniel Ciocîrlan</h3>
<article>
<p>I'm a software engineer and the founder of Rock the JVM.</p>
Expand Down

0 comments on commit 65b9c9b

Please sign in to comment.