Reorganize duplicated tailwind code and formatting

This commit is contained in:
prototypa
2022-08-27 01:52:23 -04:00
parent ca01eecc24
commit 212331215b
28 changed files with 424 additions and 950 deletions

View File

@ -1,5 +1,5 @@
---
const {} = Astro.props;
const { } = Astro.props;
---
<script is:inline>
@ -48,4 +48,4 @@ const {} = Astro.props;
}
document.getElementById("menu")?.classList.add("hidden");
};
</script>
</script>