Add arbitrary fix
This commit is contained in:
parent
864a822c12
commit
8ee5ce96db
|
|
@ -15,7 +15,7 @@ interface Props {
|
|||
|
||||
const { title, description, folder, id }: Props = Astro.props;
|
||||
|
||||
const baseURL = "https://janedoe.com";
|
||||
const baseURL = "https://kremtastic.github.io";
|
||||
|
||||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue