diff --git a/app/page.tsx b/app/page.tsx index 1e0e1d206..6ce8b7a0b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -34,7 +34,7 @@ export default async function HomePage() { -
+
{userData && ConvertNumber(userData.userStars)} stars diff --git a/components/client/NavPopover.tsx b/components/client/NavPopover.tsx index 3fe621877..ca1d1827f 100644 --- a/components/client/NavPopover.tsx +++ b/components/client/NavPopover.tsx @@ -1,6 +1,6 @@ "use client"; -import { Transition, Popover, PopoverButton, PopoverPanel, PopoverProps } from "@headlessui/react"; +import { CloseButton, Popover, PopoverButton, PopoverPanel, PopoverProps } from "@headlessui/react"; import { Icons } from "../Icons"; import Link from "@/components/Link"; import { meta } from "@/config"; @@ -11,39 +11,38 @@ export default function NavPopover(props: PopoverProps) { <> More - + - - - -
- -
-
-

My Github Profile

-

Explore my projects and contributions on GitHub.

-
- - -
- -
-
-

Photography Portfolio

-

View my collection of photographs and visual art.

-
- - -
- -
-
-

Contact Me

-

Have any questions? Feel free to reach out to me.

-
- -
-
+ + + +
+ +
+
+

My Github Profile

+

Explore my projects and contributions on GitHub.

+
+
+ +
+ +
+
+

Photography Portfolio

+

View my collection of photographs and visual art.

+
+
+ +
+ +
+
+

Contact Me

+

Have any questions? Feel free to reach out to me.

+
+
+
);