diff --git a/index.html b/index.html index 0066571..393beb4 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,6 @@ Sveltos Dashboard -
-
diff --git a/src/lib/components/layouts/AppLayout.tsx b/src/lib/components/layouts/AppLayout.tsx index 4cfa7ef..1d58301 100644 --- a/src/lib/components/layouts/AppLayout.tsx +++ b/src/lib/components/layouts/AppLayout.tsx @@ -1,11 +1,21 @@ import { Outlet } from "react-router-dom"; import { Header } from "./Header"; import { Footer } from "./Footer"; +import { Logo } from "@/lib/components/assets/logo/logo"; +import { appConfig } from "@/config/app"; export function Applayout() { return ( <>
+ + Powered by +
diff --git a/src/modules/profiles/profiles-list/ProfileList.tsx b/src/modules/profiles/profiles-list/ProfileList.tsx index 8d67ae8..f7a4270 100644 --- a/src/modules/profiles/profiles-list/ProfileList.tsx +++ b/src/modules/profiles/profiles-list/ProfileList.tsx @@ -13,7 +13,7 @@ export function ProfileList() { {(isLoading || isPreviousData) && }