Skip to content

Commit

Permalink
feat(templates): apply missing updates of Persona usages in Boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Jun 9, 2024
1 parent 714b415 commit c481b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
PrimaryText="@user.FullName"
SecondaryText="@user.DisplayName"
Size=@BitPersonaSize.Size48
Presence="BitPersonaPresenceStatus.Online"
Presence="BitPersonaPresence.Online"
ImageUrl="@imageUrl"
OnImageClick=GoToProfile>
<ImageOverlayFragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Size=@BitPersonaSize.Size72
PrimaryText="@user.FullName"
SecondaryText="@user.DisplayName"
Presence="BitPersonaPresenceStatus.Online" />
Presence="BitPersonaPresence.Online" />
</div>

<div class="form-input-container">
Expand Down

0 comments on commit c481b0a

Please sign in to comment.