From ebf364fa5fc245960df617be492fecc73161f509 Mon Sep 17 00:00:00 2001 From: allinix Date: Wed, 19 Feb 2025 13:07:49 +0530 Subject: [PATCH] links updated, loader fix --- lander/public/favicon.svg | 19 ++++++++ lander/src/app/layout.tsx | 4 ++ lander/src/components/index/SocialLinks.tsx | 4 +- next/src/components/drawer/LeftSidebar.tsx | 48 +++++++++++++++------ next/src/components/index/SocialLinks.tsx | 4 +- next/src/components/sidebar/links.tsx | 4 +- 6 files changed, 63 insertions(+), 20 deletions(-) create mode 100644 lander/public/favicon.svg diff --git a/lander/public/favicon.svg b/lander/public/favicon.svg new file mode 100644 index 0000000..ce4aa0e --- /dev/null +++ b/lander/public/favicon.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/lander/src/app/layout.tsx b/lander/src/app/layout.tsx index dec995b..756e2a7 100644 --- a/lander/src/app/layout.tsx +++ b/lander/src/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; +import Head from "next/head"; const geistSans = Geist({ variable: "--font-geist-sans", @@ -24,6 +25,9 @@ export default function RootLayout({ }>) { return ( + + + diff --git a/lander/src/components/index/SocialLinks.tsx b/lander/src/components/index/SocialLinks.tsx index 4228dfc..541e026 100644 --- a/lander/src/components/index/SocialLinks.tsx +++ b/lander/src/components/index/SocialLinks.tsx @@ -39,7 +39,7 @@ export default function SocialLinks() { whileTap={{ scale: 0.9 }} transition={{ type: "spring", stiffness: 300, damping: 15 }} > - + - + diff --git a/next/src/components/drawer/LeftSidebar.tsx b/next/src/components/drawer/LeftSidebar.tsx index 18eae83..63f0403 100644 --- a/next/src/components/drawer/LeftSidebar.tsx +++ b/next/src/components/drawer/LeftSidebar.tsx @@ -61,20 +61,40 @@ const LeftSidebar = ({ show, setShow, onReload }: DisplayProps & { onReload?: () return ( <> {isPageLoading && ( -
-
-
-
-
-
+
+
+ + +
+
-

Loading...

+

Loading...

)} @@ -163,7 +183,7 @@ const LeftSidebar = ({ show, setShow, onReload }: DisplayProps & { onReload?: ()
  • -
    +
    @{new Date().getFullYear()} Allinix.ai | All Rights reserved
  • diff --git a/next/src/components/index/SocialLinks.tsx b/next/src/components/index/SocialLinks.tsx index 4228dfc..541e026 100644 --- a/next/src/components/index/SocialLinks.tsx +++ b/next/src/components/index/SocialLinks.tsx @@ -39,7 +39,7 @@ export default function SocialLinks() { whileTap={{ scale: 0.9 }} transition={{ type: "spring", stiffness: 300, damping: 15 }} > - + - + diff --git a/next/src/components/sidebar/links.tsx b/next/src/components/sidebar/links.tsx index 5d12068..42d587e 100644 --- a/next/src/components/sidebar/links.tsx +++ b/next/src/components/sidebar/links.tsx @@ -38,7 +38,7 @@ export const PAGE_LINKS: LinkMetadata[] = [ export const SOCIAL_LINKS: LinkMetadata[] = [ { name: "Github", - href: "https://github.com/Allinix-Labs/Allinix", + href: "https://github.com/Allinix-ai/Allinix-app", icon: FaGithub, }, // { @@ -50,7 +50,7 @@ export const SOCIAL_LINKS: LinkMetadata[] = [ // }, { name: "gitbook", - href: "https://docs.allinix.ai/", + href: "https://allinix-ai.gitbook.io/allinix", icon: "/gitbook.png", width:28, height:28