forked from mirror/pixelfed
Update embed.blade.php
This commit is contained in:
parent
c2905835fe
commit
4484542772
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
@php($item = $status)
|
@php($item = $status)
|
||||||
<div class="card status-card-embed card-md-rounded-0 border">
|
<div class="card status-card-embed card-md-rounded-0 border">
|
||||||
<div class="card-header d-inline-flex align-items-center bg-white">
|
<div class="card-header d-inline-flex align-items-center bg-white">
|
||||||
<img src="{{$item->profile->avatarUrl()}}" width="32px" height="32px" target="_blank" style="border-radius: 32px;">
|
<img src="{{$item->profile->avatarUrl()}}" width="32px" height="32px" style="border-radius: 32px;">
|
||||||
<a class="username font-weight-bold pl-2 text-dark" target="_blank" href="{{$item->profile->url()}}">
|
<a class="username font-weight-bold pl-2 text-dark" target="_blank" href="{{$item->profile->url()}}">
|
||||||
{{$item->profile->username}}
|
{{$item->profile->username}}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue