Skip to content

Commit

Permalink
Merge branch 'account-transfer' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed May 28, 2024
2 parents 25e50dc + 09ac5c3 commit 6cb8fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ fn ProfileLoaded(user_details: ProfileDetails) -> impl IntoView {
<img class="h-full w-full object-cover" src=user_details.profile_pic_or_random()/>
</div>
<div class="flex flex-col"
// class:w-full=is_connected
class=("w-5/12", move || !is_connected())>
class=("w-12/12", move || !is_connected())
class=("sm:w-5/12", move || !is_connected())>
<span class="text-white text-ellipsis line-clamp-1 text-xl">
{user_details.display_name_or_fallback()}
</span>
Expand Down

0 comments on commit 6cb8fbd

Please sign in to comment.