Skip to content

Commit

Permalink
chore: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Sep 14, 2024
1 parent c5307d4 commit 6d76983
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/web/src/components/auth/register.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ pub fn SignupCard(
<div class="flex justify-between space-x-2">
<TextField class="w-full" name="name" placeholder="Name" label="Name" value=name_value />
<TextField
class="w-full"
label="Surname"
name="surname"
placeholder="Surname"
value=surname_value
class="w-full"
label="Surname"
name="surname"
placeholder="Surname"
value=surname_value
/>
</div>
<TextField
Expand Down

0 comments on commit 6d76983

Please sign in to comment.