añadido username en la pagina de perfil

This commit is contained in:
2025-12-19 16:45:52 -03:00
parent d7ef3ae92f
commit 1ab5a374da

View File

@@ -81,6 +81,7 @@
</button> </button>
<h1 class="mt-10 scroll-m-20 text-center text-2xl font-extrabold tracking-tight lg:text-5xl"> <h1 class="mt-10 scroll-m-20 text-center text-2xl font-extrabold tracking-tight lg:text-5xl">
{data.displayName} {data.displayName}
<p class="ml-2 text-2xl font-medium text-muted-foreground">@{data.username}</p>
</h1> </h1>
<p class="mt-4 rounded-full bg-accent p-4 text-center text-muted-foreground"> <p class="mt-4 rounded-full bg-accent p-4 text-center text-muted-foreground">
{data.bio} {data.bio}