Files
gpw_next/GPW.CORE6.Smart/Components/CmpTop.razor
T
2024-08-22 16:03:31 +02:00

8 lines
271 B
Plaintext

<div class="container d-flex justify-content-between">
<div class="title @homeCss" @onclick="ForceReset">
<i class="fa-solid fa-home"></i>
<sub>@homeMessage</sub>
</div>
<div class="username" @onclick="ForceReset">@currDip</div>
</div>