Add arbitrary fix

This commit is contained in:
Kristian Takvam 2025-10-06 22:27:52 +02:00
parent 864a822c12
commit 8ee5ce96db
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ interface Props {
const { title, description, folder, id }: Props = Astro.props; const { title, description, folder, id }: Props = Astro.props;
const baseURL = "https://janedoe.com"; const baseURL = "https://kremtastic.github.io";
const iconClass = const iconClass =
"glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center intersect:animate-fadeUp opacity-0 hover:bg-opacity-20"; "glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center intersect:animate-fadeUp opacity-0 hover:bg-opacity-20";