Skip to content

Commit f17fb8c

Browse files
committed
chore: update html style in template
1 parent ac5148c commit f17fb8c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

resources/views/md/shared/author.blade.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
@endphp
77

88
<blockquote>
9-
<div style="display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; color: #6a737d;">
10-
@if($avatar_url ?? false)
11-
<img
12-
src="{{ $avatar_url }}"
13-
alt="{{ $name }}"
14-
width="20"
15-
height="20"
16-
style="border-radius: 50%;"
17-
>
18-
@endif
19-
<span>
9+
<div style="display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 14px; color: #6a737d;">
10+
@if($avatar_url ?? false)
11+
<img
12+
src="{{ $avatar_url }}"
13+
alt="{{ $name }}"
14+
width="20"
15+
height="20"
16+
style="border-radius: 50%;"
17+
>
18+
@endif
19+
<span>
2020
Changed by <a href="{{ $html_url }}" style="color: #0366d6; text-decoration: none;">{{ $name }}</a>
21-
@if($formattedDate)
21+
@if($formattedDate)
2222
<span style="color: #6a737d;">on {{ $formattedDate }}</span>
23-
@endif
24-
</span>
25-
</div>
23+
@endif
24+
</span>
25+
</div>
2626
</blockquote>

0 commit comments

Comments
 (0)