mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-22 18:21:31 +08:00
refactor: remove CI workflows and integrate share buttons
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
---
|
||||
import { Icon } from "astro-icon/components";
|
||||
import ShareButtons from "./ShareButtons.astro";
|
||||
import { cn } from "@/utils/tailwind";
|
||||
|
||||
export interface Props {
|
||||
@ -16,10 +15,6 @@ const { className = "", dataPagefindBody = true } = Astro.props;
|
||||
>
|
||||
<slot />
|
||||
|
||||
<div class="mt-8 border-t pt-4">
|
||||
<ShareButtons />
|
||||
</div>
|
||||
|
||||
<div id="myModal" class="modal">
|
||||
<span class="close">
|
||||
<Icon aria-hidden="true" class="h-6 w-6" focusable="false" name="mdi:close" />
|
||||
|
Reference in New Issue
Block a user