temporarily disabled daisyUI
This commit is contained in:
parent
cf7b18e012
commit
5968bc6c9c
|
@ -59,7 +59,7 @@ export default function Api() {
|
||||||
<hr className="my-3 border-1 border-sky-100 dark:border-neutral-700" />
|
<hr className="my-3 border-1 border-sky-100 dark:border-neutral-700" />
|
||||||
|
|
||||||
<div className="flex flex-col gap-3">
|
<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
|
Status: Under Development
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,7 @@ module.exports = {
|
||||||
// For the "layouts" directory
|
// For the "layouts" directory
|
||||||
"./layouts/**/*.{js,ts,jsx,tsx}",
|
"./layouts/**/*.{js,ts,jsx,tsx}",
|
||||||
],
|
],
|
||||||
plugins: [require("daisyui")],
|
plugins: [
|
||||||
|
// require("daisyui")
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
Ŝarĝante…
Reference in New Issue