Skip to content

Commit

Permalink
Show handle in profile snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 9, 2024
1 parent d4f708e commit 468433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/ProfileSnippet.elm
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ view { size, profile } =
( attrs, avatar, profileText ) =
case size of
Small ->
( class "profile-snippet_size_small" :: cfg.attrs, cfg.avatar |> Avatar.small, [ cfg.name ] )
( class "profile-snippet_size_small" :: cfg.attrs, cfg.avatar |> Avatar.small, [ cfg.handle ] )

Medium ->
( class "profile-snippet_size_medium" :: cfg.attrs, cfg.avatar |> Avatar.medium, [ cfg.name, cfg.handle ] )
Expand Down

0 comments on commit 468433a

Please sign in to comment.