refactor: remove CI workflows and integrate share buttons

This commit is contained in:
KazooTTT
2025-02-07 00:08:13 +08:00
parent f7980be491
commit 4b5897d856
5 changed files with 13 additions and 91 deletions

View File

@ -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" />