Skip to content

Commit

Permalink
Fix typo on Home
Browse files Browse the repository at this point in the history
  • Loading branch information
noantiq authored and strifel committed Oct 3, 2024
1 parent 940ace1 commit b5407fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<EditForm EditContext="editContext" OnValidSubmit="Submit" FormName="group-create-form">
<AntiforgeryToken/>
<h1 class="h3 mb-3 fw-normal">Welcome to mampf.link</h1>
<p>Create a new Group here or use an link to join an existing one.</p><br/><br/>
<p>Create a new Group here or use a link to join an existing one.</p><br/><br/>
<div class="form-floating">
<InputText
id="group_name"
Expand Down Expand Up @@ -109,4 +109,4 @@
}
}

}
}

0 comments on commit b5407fe

Please sign in to comment.