Skip to content

Commit

Permalink
Fix age
Browse files Browse the repository at this point in the history
  • Loading branch information
gxskpo committed Oct 28, 2024
1 parent 373562a commit 605dcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn App() -> impl IntoView {
/>
<div class="details">
<h1>Larissa</h1>
<p>16yo backend dev</p>
<p>17yo backend dev</p>
</div>
</span>
<div class="socialButtons">
Expand Down Expand Up @@ -68,7 +68,7 @@ fn App() -> impl IntoView {
<div class="description">
<h2>About me</h2>
<p>
"Hi! my name is Larissa, online I go by Haruka, I'm a 16yo mexican
"Hi! my name is Larissa, online I go by Haruka, I'm a 17yo mexican
girl who likes programming and web backend development."
</p>
</div>
Expand Down

0 comments on commit 605dcaf

Please sign in to comment.