+
+
{" "}
No {resource || "posts"} Yet.
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index f8162a09..0363aee9 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -54,7 +54,7 @@ export default function Home({
href="/dashboard"
className="text-indigo-500 inline-flex items-center space-x-2 hover:text-indigo-600"
>
-
+
Dashboard
) : (
diff --git a/uno.config.ts b/uno.config.ts
index 1082e008..1f057f2e 100644
--- a/uno.config.ts
+++ b/uno.config.ts
@@ -2,5 +2,9 @@ import { defineConfig } from "unocss"
import presetIcons from "@unocss/preset-icons"
export default defineConfig({
- presets: [presetIcons()],
+ presets: [
+ presetIcons({
+ warn: true,
+ }),
+ ],
})