Skip to content

Commit

Permalink
feat: alterado texto de login e colocado strong-color no nome
Browse files Browse the repository at this point in the history
  • Loading branch information
decobot committed Sep 12, 2024
1 parent df25de5 commit 5c6b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/UserLoggedIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function UserLoggedIn () {
strokeWidth={0.4}
/>
<p class="truncate max-w-[160px]">
Bem-vindo(a), {user.user.value?.givenName || user.user.value?.email}
Olá, <strong class="strong-color">{user.user.value?.givenName || user.user.value?.email}</strong>
</p>
</a>
</div>
Expand Down

0 comments on commit 5c6b75a

Please sign in to comment.