diff --git a/src/components/dashboard/AdminDashboard/AdminSystemActivity.tsx b/src/components/dashboard/AdminDashboard/AdminSystemActivity.tsx index 7af9ae6..944c855 100644 --- a/src/components/dashboard/AdminDashboard/AdminSystemActivity.tsx +++ b/src/components/dashboard/AdminDashboard/AdminSystemActivity.tsx @@ -2,8 +2,8 @@ import { useEffect, useState } from "react"; import { Authentication } from "../../../scripts/pocketbase/Authentication"; import { Get } from "../../../scripts/pocketbase/Get"; import { Collections } from "../../../schemas/pocketbase"; -import { Icon } from "astro-icon/components"; import type { Log } from "../../../schemas/pocketbase"; +import { Icon } from "@iconify/react"; // Extend the Log type to include expand property interface ExtendedLog extends Log { @@ -155,7 +155,7 @@ export default function AdminSystemActivity({ if (error) { return (
- + {error}
); @@ -164,7 +164,7 @@ export default function AdminSystemActivity({ if (logs.length === 0) { return (
- + No system logs found
); @@ -193,8 +193,8 @@ export default function AdminSystemActivity({
{log.type}