Skip to content

Commit 344c7c7

Browse files
committed
fix tutorials share
1 parent 934a5d7 commit 344c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tutorials/Tutorials.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const { selected }: Props = Astro.props;
5656
</div>
5757
</div>
5858
<div class="md:m-4 px-4 md:pl-24 md:pr-64 mb-32 flex flex-row gap-6">
59-
<button class="share">
59+
<button class="share flex">
6060
<p class="p-2 hidden absolute w-64 my-auto shadow-lg
6161
rounded-full bg-l-icon-hover dark:bg-d-icon-hover">Copied to clipboard</p>
6262
<span class="my-auto">Share</span>

0 commit comments

Comments
 (0)