We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcbf7c commit 6f93a87Copy full SHA for 6f93a87
src/components/Tag.astro
@@ -24,7 +24,7 @@ const { tag, size = "sm" } = Astro.props;
24
d="M16.018 3.815 15.232 8h-4.966l.716-3.815-1.964-.37L8.232 8H4v2h3.857l-.751 4H3v2h3.731l-.714 3.805 1.965.369L8.766 16h4.966l-.714 3.805 1.965.369.783-4.174H20v-2h-3.859l.751-4H21V8h-3.733l.716-3.815-1.965-.37zM14.106 14H9.141l.751-4h4.966l-.752 4z"
25
></path>
26
</svg>
27
- <span>{tag}</span>
+ <span class="ml-2">{tag}</span>
28
</a>
29
</li>
30
0 commit comments