temporarily disabled daisyUI

This commit is contained in:
daniel31x13 2023-11-20 12:53:15 -05:00
parent cf7b18e012
commit 5968bc6c9c
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,7 @@ export default function Api() {
<hr className="my-3 border-1 border-sky-100 dark:border-neutral-700" />
<div className="flex flex-col gap-3">
<div className="badge bg-yellow-300 text-black">
<div className="badge bg-yellow-300 rounded-md border w-fit px-2 text-black">
Status: Under Development
</div>

View File

@ -13,5 +13,7 @@ module.exports = {
// For the "layouts" directory
"./layouts/**/*.{js,ts,jsx,tsx}",
],
plugins: [require("daisyui")],
plugins: [
// require("daisyui")
],
};