|
|
@ -17,10 +17,12 @@
|
|
|
|
<div class="top-row px-4">
|
|
|
|
<div class="top-row px-4">
|
|
|
|
@if (!string.IsNullOrEmpty(uLogin.Name))
|
|
|
|
@if (!string.IsNullOrEmpty(uLogin.Name))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
<img class="imageProfil" src="@uLogin.Image" />
|
|
|
|
<button class="buttonProfil" type="button"> <img class="imageProfil" src="@uLogin.Image" height="90" width="480" /></button>
|
|
|
|
|
|
|
|
@* <img class="imageProfil" src="@uLogin.Image" /> *@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
<img class="imageProfil" src="https://cdn-icons-png.flaticon.com/512/61/61205.png"/>
|
|
|
|
<img class="imageProfil" src="https://cdn-icons-png.flaticon.com/512/61/61205.png"/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|