diff --git a/src/assets/jhdcom.png b/src/assets/jhdcom.png new file mode 100644 index 0000000..a4e16dc Binary files /dev/null and b/src/assets/jhdcom.png differ diff --git a/src/assets/jhdcom_orig.png b/src/assets/jhdcom_orig.png new file mode 100644 index 0000000..0c4adae Binary files /dev/null and b/src/assets/jhdcom_orig.png differ diff --git a/src/components/Link.astro b/src/components/Link.astro index 19b2fd1..bc5b72f 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -7,7 +7,7 @@ const { class: cls, ...rest }: HTMLAttributes<"a"> = Astro.props; @@ -39,6 +40,22 @@ import ngen from "@/assets/ngen.png"; treatment methods. + + + + + + + + + + + + + + + +
View all projects at git.noahsw.xyz diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 8d37728..c1102fc 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -16,5 +16,8 @@ export default { }, }, }, + future: { + hoverOnlyWhenSupported: true, + }, plugins: [], };