Format with prettier
This commit is contained in:
@@ -44,7 +44,11 @@ const { post, canonical } = Astro.props;
|
||||
</div>
|
||||
<div class="container mx-auto px-6 sm:px-6 max-w-3xl mt-8 flex justify-between flex-col sm:flex-row">
|
||||
<PostTags tags={post.tags} class="mr-5" />
|
||||
<SocialShare url={canonical} text={post.title} class="mt-5 sm:mt-1 align-middle text-gray-400 dark:text-slate-600"/>
|
||||
<SocialShare
|
||||
url={canonical}
|
||||
text={post.title}
|
||||
class="mt-5 sm:mt-1 align-middle text-gray-400 dark:text-slate-600"
|
||||
/>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user