From 380515ade0dd41351255780b362695478a2279db Mon Sep 17 00:00:00 2001 From: anonefdora Date: Mon, 16 Dec 2024 09:41:55 +0100 Subject: [PATCH] fix: modified props --- src/components/ui/profile.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/ui/profile.tsx b/src/components/ui/profile.tsx index 1068ac9..54cc1e6 100644 --- a/src/components/ui/profile.tsx +++ b/src/components/ui/profile.tsx @@ -4,13 +4,10 @@ import { Button } from "@/components/ui/button"; import { SidebarFooter } from "@/components/ui/sidebar"; import { Gem, GemIcon } from "lucide-react"; -const Profile = ({ name }: { name: string }) => { +const Profile = ({ username }: { username: string }) => { return ( <> -
- Navbar Profile -