Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baufaker committed Apr 14, 2024
1 parent 54fd088 commit 3721914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/ui/AssociationAdmin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ function MyAccount() {
<div>
<div class="flex pb-2 px-2 border-b border-[#cdcdcd] mb-4">
<div class="w-[32%] flex justify-start">
<span>Nome</span>
<span class="text-xs">Nome</span>
</div>
<div class="w-[32%] flex justify-start">
<span>Email</span>
<span class="text-xs">Email</span>
</div>
<div class="w-[32%] flex justify-end">
<span>CPF</span>
<span class="text-xs">CPF</span>
</div>
</div>
<ul class="flex flex-col gap-2">
Expand Down

0 comments on commit 3721914

Please sign in to comment.