Skip to content

Commit d5fe00b

Browse files
george-gcaodcambc
authored andcommitted
Fix external link svg size in related posts
1 parent 94387e6 commit d5fe00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/related_posts.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a class="text-pink-700 underline font-semibold hover:text-pink-800" href="{{ post.url | relative_url }}">{{ post.title }}</a>
1818
{% elsif post.redirect contains '://' %}
1919
<a class="text-pink-700 underline font-semibold hover:text-pink-800" href="{{ post.redirect }}" target="_blank">{{ post.title }}</a>
20-
<svg width="1rem" height="1rem" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
20+
<svg width="1rem" height="1rem" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
2121
<path d="M17 13.5v6H5v-12h6m3-3h6v6m0-6-9 9" class="icon_svg-stroke" stroke="#999" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"></path>
2222
</svg>
2323
{% else %}

0 commit comments

Comments
 (0)