diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-27 20:19:53 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-27 20:19:53 +0100 |
| commit | 1190b439b31701e5304a81176422c241f85de438 (patch) | |
| tree | 5012ed208b64bb5a4bcdfdb19d5a43aae6b16d8c /src | |
| parent | 0cbd145a5abb6eefda35a4a65820f7430634fbc0 (diff) | |
The heading is already bold.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index bb9bc480..5af13cec 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -16,7 +16,7 @@ </div> <div class="media-body"> <h4 class="media-heading"> - <strong>{{status.user.name}}</strong> + {{status.user.name}} <small><a :href="status.user.statusnet_profile_url">{{status.user.screen_name}}</a></small> <small v-if="status.in_reply_to_screen_name"> > <a :href="status.in_reply_to_profileurl">{{status.in_reply_to_screen_name}}</a></small> - |
