From 3740cd40c0775c5ec1f1df34b8fe678c530d64a4 Mon Sep 17 00:00:00 2001 From: sushi-chaaaan Date: Wed, 29 Nov 2023 21:31:55 +0900 Subject: [PATCH] fix: remove content visibility from link --- src/components/base/Link.astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/base/Link.astro b/src/components/base/Link.astro index 5f5118bf..d9c59de0 100644 --- a/src/components/base/Link.astro +++ b/src/components/base/Link.astro @@ -2,7 +2,6 @@ import type { VariantProps } from "tailwind-variants" import LinkStyle from "@/components/style/link" -import s from "@/components/utils/content-visibility.module.scss" import type { PropsWithoutStyle } from "@/utils/@types/propsWithoutStyle" type Props = PropsWithoutStyle<"a", "astro"> & { @@ -12,5 +11,4 @@ type Props = PropsWithoutStyle<"a", "astro"> & { const { variants, href, ...props } = Astro.props --- - +