Add all new changes to the website

This commit is contained in:
Antoine Phan
2025-05-05 23:38:18 -04:00
parent e868c6252b
commit f986db1843
9 changed files with 290 additions and 153 deletions

View File

@@ -1,7 +1,3 @@
<script>
import { Button } from "bits-ui";
</script>
<Button.Root class="bg-ecsess-600 text-ecsess-200 px-4 py-2 m-1 rounded-lg border-none hover:shadow-lg hover:shadow-ecsess-800 active:bg-ecsess-800 transition-all">
<button class="btn bg-ecsess-600 text-ecsess-200 px-4 py-2 m-1 rounded-lg border-none hover:shadow-lg hover:shadow-ecsess-800 active:bg-ecsess-800 transition-all">
<slot />
</Button.Root>
</button>